Html Css Color HEX #6014FE Han Purple

📋 copy color: '#6014FE'

red 96 ◦ green 20 ◦ blue 254

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

Shades of Han Purple #6014FE

Tints of Han Purple #6014FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.65%

R = 25.95%
G = 5.41%
B = 68.65%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6014FE (or 0x6014FE) is known color: Han Purple. HEX triplet: 60, 14 and FE. RGB value is (96,20,254). Sum of RGB (Red+Green+Blue) = 96+20+254=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #6014FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6014FE is #9FEB01. Grayscale: #444444. Windows color (decimal): -10480386 or 16651360. OLE color: 16651360.

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

Color convert

RGB 96 20 254 -
CMYK 0.62 0.92 0 0.00
HSL 259.49º 0.99% 0.54% -
HSV(B) 259.49º 0.92% 1% -
XYZ 22.96 10.14 94.51 -
YUV 69.4 232.18 146.97 -
System Red Green Blue C M Y K H S L
Decimal 96 20 254 0.62 0.92 0 0.00 259.49 0.99 0.54
Hex 60 14 FE 3E 5C 0 0 103 63 36
Octal 140 24 376 76 134 0 0 403 143 66
Binary 1100000 10100 11111110 111110 1011100 0 0 100000011 1100011 110110

Color Harmonies of #6014FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6014FE

Black with #6014FE

Text Example


Text Example

White with #6014FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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