Html Css Color HEX #6014FA Han Purple

📋 copy color: '#6014FA'

red 96 ◦ green 20 ◦ blue 250

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

Shades of Han Purple #6014FA

Tints of Han Purple #6014FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.31%

R = 26.23%
G = 5.46%
B = 68.31%

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

#6014FA (or 0x6014FA) is known color: Han Purple. HEX triplet: 60, 14 and FA. RGB value is (96,20,250). Sum of RGB (Red+Green+Blue) = 96+20+250=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #6014FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6014FA is #9FEB05. Grayscale: #444444. Windows color (decimal): -10480390 or 16389216. OLE color: 16389216.

HSL color Cylindrical-coordinate representation of color #6014FA: hue angle of 259.83º degrees, saturation: 0.96, 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 #6014FA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 20 250 -
CMYK 0.62 0.92 0 0.02
HSL 259.83º 0.96% 0.53% -
HSV(B) 259.83º 0.92% 0.98% -
XYZ 22.33 9.89 91.17 -
YUV 68.94 230.18 147.3 -
System Red Green Blue C M Y K H S L
Decimal 96 20 250 0.62 0.92 0 0.02 259.83 0.96 0.53
Hex 60 14 FA 3E 5C 0 2 104 60 35
Octal 140 24 372 76 134 0 2 404 140 65
Binary 1100000 10100 11111010 111110 1011100 0 10 100000100 1100000 110101

Color Harmonies of #6014FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6014FA

Black with #6014FA

Text Example


Text Example

White with #6014FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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