Html Css Color HEX #600FEA Han Purple

📋 copy color: '#600FEA'

red 96 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #600FEA

Tints of Han Purple #600FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.35%

 BLUE value IS 234 (91.8% from 255) = 67.83%

R = 27.83%
G = 4.35%
B = 67.83%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#600FEA (or 0x600FEA) is known color: Han Purple. HEX triplet: 60, 0F and EA. RGB value is (96,15,234). Sum of RGB (Red+Green+Blue) = 96+15+234=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #600FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FEA is #9FF015. Grayscale: #3F3F3F. Windows color (decimal): -10481686 or 15339360. OLE color: 15339360.

HSL color Cylindrical-coordinate representation of color #600FEA: hue angle of 262.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600FEA is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 15 234 -
CMYK 0.59 0.94 0 0.08
HSL 262.19º 0.88% 0.49% -
HSV(B) 262.19º 0.94% 0.92% -
XYZ 19.85 8.77 78.49 -
YUV 64.19 223.84 150.69 -
System Red Green Blue C M Y K H S L
Decimal 96 15 234 0.59 0.94 0 0.08 262.19 0.88 0.49
Hex 60 F EA 3B 5E 0 8 106 58 31
Octal 140 17 352 73 136 0 10 406 130 61
Binary 1100000 1111 11101010 111011 1011110 0 1000 100000110 1011000 110001

Color Harmonies of #600FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FEA

Black with #600FEA

Text Example


Text Example

White with #600FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600FEA; }

 p { color: rgb(96,15,234); }

 H1.HeaderClassName
 {
   color: #600FEA;
 }
 .AnyTagClassName
 {
   color: #600FEA;
 }
</style>

background-color css

<style>
 a { background-color: #600FEA; }

 a { background-color: rgb(96,15,234); }

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

border-color css

<style>
 span { border-color: #600FEA; }

 span { border-color: rgb(96,15,234); }

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