Html Css Color HEX #6014FF Han Purple

📋 copy color: '#6014FF'

red 96 ◦ green 20 ◦ blue 255

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

Shades of Han Purple #6014FF

Tints of Han Purple #6014FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.39%

 BLUE value IS 255 (100% from 255) = 68.73%

R = 25.88%
G = 5.39%
B = 68.73%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6014FF (or 0x6014FF) is known color: Han Purple. HEX triplet: 60, 14 and FF. RGB value is (96,20,255). Sum of RGB (Red+Green+Blue) = 96+20+255=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #6014FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6014FF is #9FEB00. Grayscale: #444444. Windows color (decimal): -10480385 or 16716896. OLE color: 16716896.

HSL color Cylindrical-coordinate representation of color #6014FF: hue angle of 259.4º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6014FF is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 20 255 -
CMYK 0.62 0.92 0 0
HSL 259.4º 1% 0.54% -
HSV(B) 259.4º 0.92% 1% -
XYZ 23.12 10.21 95.36 -
YUV 69.51 232.68 146.89 -
System Red Green Blue C M Y K H S L
Decimal 96 20 255 0.62 0.92 0 0 259.4 1 0.54
Hex 60 14 FF 3E 5C 0 0 103 64 36
Octal 140 24 377 76 134 0 0 403 144 66
Binary 1100000 10100 11111111 111110 1011100 0 0 100000011 1100100 110110

Color Harmonies of #6014FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6014FF

Black with #6014FF

Text Example


Text Example

White with #6014FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6014FF; }

 p { color: rgb(96,20,255); }

 H1.HeaderClassName
 {
   color: #6014FF;
 }
 .AnyTagClassName
 {
   color: #6014FF;
 }
</style>

background-color css

<style>
 a { background-color: #6014FF; }

 a { background-color: rgb(96,20,255); }

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

border-color css

<style>
 span { border-color: #6014FF; }

 span { border-color: rgb(96,20,255); }

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