Html Css Color HEX #6019F9 Han Purple

📋 copy color: '#6019F9'

red 96 ◦ green 25 ◦ blue 249

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

Shades of Han Purple #6019F9

Tints of Han Purple #6019F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 67.3%

R = 25.95%
G = 6.76%
B = 67.3%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6019F9 (or 0x6019F9) is known color: Han Purple. HEX triplet: 60, 19 and F9. RGB value is (96,25,249). Sum of RGB (Red+Green+Blue) = 96+25+249=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 249 (97.66% from 255 or 67.30% from 370); Max value from RGB is 249 - color contains mainly: blue. Hex color #6019F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6019F9 is #9FE606. Grayscale: #464646. Windows color (decimal): -10479111 or 16324960. OLE color: 16324960.

HSL color Cylindrical-coordinate representation of color #6019F9: hue angle of 259.02º degrees, saturation: 0.95, 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 #6019F9 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 25 249 -
CMYK 0.61 0.90 0 0.02
HSL 259.02º 0.95% 0.54% -
HSV(B) 259.02º 0.9% 0.98% -
XYZ 22.27 10.02 90.38 -
YUV 71.77 228.02 145.29 -
System Red Green Blue C M Y K H S L
Decimal 96 25 249 0.61 0.90 0 0.02 259.02 0.95 0.54
Hex 60 19 F9 3D 5A 0 2 103 5F 36
Octal 140 31 371 75 132 0 2 403 137 66
Binary 1100000 11001 11111001 111101 1011010 0 10 100000011 1011111 110110

Color Harmonies of #6019F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019F9

Black with #6019F9

Text Example


Text Example

White with #6019F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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