Html Css Color HEX #6032EF Han Purple

📋 copy color: '#6032EF'

red 96 ◦ green 50 ◦ blue 239

#6032EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6032EF

Tints of Han Purple #6032EF

RGB

 RED value IS 96 (37.89% from 255) = 24.94%

 GREEN value IS 50 (19.92% from 255) = 12.99%

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 24.94%
G = 12.99%
B = 62.08%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6032EF (or 0x6032EF) is known color: Han Purple. HEX triplet: 60, 32 and EF. RGB value is (96,50,239). Sum of RGB (Red+Green+Blue) = 96+50+239=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #6032EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6032EF is #9FCD10. Grayscale: #545454. Windows color (decimal): -10472721 or 15676000. OLE color: 15676000.

HSL color Cylindrical-coordinate representation of color #6032EF: hue angle of 254.6º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6032EF is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 50 239 -
CMYK 0.60 0.79 0 0.06
HSL 254.6º 0.86% 0.57% -
HSV(B) 254.6º 0.79% 0.94% -
XYZ 21.54 11 82.65 -
YUV 85.3 214.74 135.63 -
System Red Green Blue C M Y K H S L
Decimal 96 50 239 0.60 0.79 0 0.06 254.6 0.86 0.57
Hex 60 32 EF 3C 4F 0 6 FF 56 39
Octal 140 62 357 74 117 0 6 377 126 71
Binary 1100000 110010 11101111 111100 1001111 0 110 11111111 1010110 111001

Color Harmonies of #6032EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6032EF

Black with #6032EF

Text Example


Text Example

White with #6032EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6032EF; }

 p { color: rgb(96,50,239); }

 H1.HeaderClassName
 {
   color: #6032EF;
 }
 .AnyTagClassName
 {
   color: #6032EF;
 }
</style>

background-color css

<style>
 a { background-color: #6032EF; }

 a { background-color: rgb(96,50,239); }

 div.DivClassName
 {
   background-color: #6032EF;
 }
 .BgClassName
 {
   background-color: #6032EF;
 }
</style>

border-color css

<style>
 span { border-color: #6032EF; }

 span { border-color: rgb(96,50,239); }

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