#6835f5

Color #6835F5 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6835F5

Tints of Han Purple #6835F5

Color information

#6835F5 (or 0x6835F5) is unknown color: approx Han Purple. HEX triplet: 68, 35 and F5. RGB value is (104,53,245). Sum of RGB (Red+Green+Blue) = 104+53+245=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 245 (96.09% from 255 or 60.95% from 402); Max value from RGB is 245 - color contains mainly: blue. Hex color #6835F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6835F5 is #97CA0A. Grayscale: #595959. Windows color (decimal): -9947659 or 16069992. OLE color: 16069992.

HSL color Cylindrical-coordinate representation of color #6835F5: hue angle of 255.94º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6835F5 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10453245-
CMYK0.580.7800.04
HSL255.94º90.57%58.43%-
HSV(B)255.94º78.37%96.08%-
XYZ23.4612.0887.48-
YUV90.14215.4137.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 53 (21.09% from 255) = 13.18%
BLUE value IS 245 (96.09% from 255) = 60.95%
R=25.87%
G=13.18%
B=60.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal104532450.580.7800.04255.9490.5758.43
Hex6835F53A4E041005b3a
Octal15065365721160440013372
Binary110100011010111110101111010100111001001000000001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6835f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6835f5; }

 p { color: rgb(104,53,245); }

 H1.HeaderClassName
 {
   color: #6835f5;
 }
 .AnyTagClassName
 {
   color: #6835f5;
 }
</style>
background-color css

<style>
 a { background-color: #6835f5; }

 a { background-color: rgb(104,53,245); }

 div.DivClassName
 {
   background-color: #6835f5;
 }
 .BgClassName
 {
   background-color: #6835f5;
 }
</style>
border-color css

<style>
 span { border-color: #6835f5; }

 span { border-color: rgb(104,53,245); }

 td.TdClassName
 {
   border-color: #6835f5;
 }
 .TagClassName
 {
   border-color: #6835f5;
 }
</style>