Html Css Color HEX #600FEF Han Purple

📋 copy color: '#600FEF'

red 96 ◦ green 15 ◦ blue 239

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

Shades of Han Purple #600FEF

Tints of Han Purple #600FEF

RGB

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

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

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

R = 27.43%
G = 4.29%
B = 68.29%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#600FEF (or 0x600FEF) is known color: Han Purple. HEX triplet: 60, 0F and EF. RGB value is (96,15,239). Sum of RGB (Red+Green+Blue) = 96+15+239=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #600FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FEF is #9FF010. Grayscale: #3F3F3F. Windows color (decimal): -10481681 or 15667040. OLE color: 15667040.

HSL color Cylindrical-coordinate representation of color #600FEF: hue angle of 261.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600FEF is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 15 239 -
CMYK 0.60 0.94 0 0.06
HSL 261.7º 0.88% 0.5% -
HSV(B) 261.7º 0.94% 0.94% -
XYZ 20.57 9.06 82.33 -
YUV 64.76 226.34 150.29 -
System Red Green Blue C M Y K H S L
Decimal 96 15 239 0.60 0.94 0 0.06 261.7 0.88 0.5
Hex 60 F EF 3C 5E 0 6 106 58 32
Octal 140 17 357 74 136 0 6 406 130 62
Binary 1100000 1111 11101111 111100 1011110 0 110 100000110 1011000 110010

Color Harmonies of #600FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FEF

Black with #600FEF

Text Example


Text Example

White with #600FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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