Html Css Color HEX #6019FA Han Purple

📋 copy color: '#6019FA'

red 96 ◦ green 25 ◦ blue 250

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

Shades of Han Purple #6019FA

Tints of Han Purple #6019FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.74%

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

R = 25.88%
G = 6.74%
B = 67.39%

CMYK

 C value IS 0.62

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6019FA (or 0x6019FA) is known color: Han Purple. HEX triplet: 60, 19 and FA. RGB value is (96,25,250). Sum of RGB (Red+Green+Blue) = 96+25+250=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #6019FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6019FA is #9FE605. Grayscale: #474747. Windows color (decimal): -10479110 or 16390496. OLE color: 16390496.

HSL color Cylindrical-coordinate representation of color #6019FA: hue angle of 258.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6019FA is Cyan = 0.62, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 25 250 -
CMYK 0.62 0.9 0 0.02
HSL 258.93º 0.96% 0.54% -
HSV(B) 258.93º 0.9% 0.98% -
XYZ 22.43 10.08 91.21 -
YUV 71.88 228.52 145.2 -
System Red Green Blue C M Y K H S L
Decimal 96 25 250 0.62 0.9 0 0.02 258.93 0.96 0.54
Hex 60 19 FA 3E 5A 0 2 103 60 36
Octal 140 31 372 76 132 0 2 403 140 66
Binary 1100000 11001 11111010 111110 1011010 0 10 100000011 1100000 110110

Color Harmonies of #6019FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019FA

Black with #6019FA

Text Example


Text Example

White with #6019FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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