Html Css Color HEX #6014FB Han Purple

📋 copy color: '#6014FB'

red 96 ◦ green 20 ◦ blue 251

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

Shades of Han Purple #6014FB

Tints of Han Purple #6014FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.39%

R = 26.16%
G = 5.45%
B = 68.39%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6014FB (or 0x6014FB) is known color: Han Purple. HEX triplet: 60, 14 and FB. RGB value is (96,20,251). Sum of RGB (Red+Green+Blue) = 96+20+251=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #6014FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6014FB is #9FEB04. Grayscale: #444444. Windows color (decimal): -10480389 or 16454752. OLE color: 16454752.

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

Color convert

RGB 96 20 251 -
CMYK 0.62 0.92 0 0.02
HSL 259.74º 0.97% 0.53% -
HSV(B) 259.74º 0.92% 0.98% -
XYZ 22.49 9.95 92 -
YUV 69.06 230.68 147.22 -
System Red Green Blue C M Y K H S L
Decimal 96 20 251 0.62 0.92 0 0.02 259.74 0.97 0.53
Hex 60 14 FB 3E 5C 0 2 104 61 35
Octal 140 24 373 76 134 0 2 404 141 65
Binary 1100000 10100 11111011 111110 1011100 0 10 100000100 1100001 110101

Color Harmonies of #6014FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6014FB

Black with #6014FB

Text Example


Text Example

White with #6014FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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