Html Css Color HEX #6019EF Han Purple

📋 copy color: '#6019EF'

red 96 ◦ green 25 ◦ blue 239

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

Shades of Han Purple #6019EF

Tints of Han Purple #6019EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.39%

R = 26.67%
G = 6.94%
B = 66.39%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6019EF (or 0x6019EF) is known color: Han Purple. HEX triplet: 60, 19 and EF. RGB value is (96,25,239). Sum of RGB (Red+Green+Blue) = 96+25+239=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #6019EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6019EF is #9FE610. Grayscale: #454545. Windows color (decimal): -10479121 or 15669600. OLE color: 15669600.

HSL color Cylindrical-coordinate representation of color #6019EF: hue angle of 259.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6019EF is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 25 239 -
CMYK 0.60 0.90 0 0.06
HSL 259.91º 0.87% 0.52% -
HSV(B) 259.91º 0.9% 0.94% -
XYZ 20.75 9.41 82.38 -
YUV 70.63 223.02 146.1 -
System Red Green Blue C M Y K H S L
Decimal 96 25 239 0.60 0.90 0 0.06 259.91 0.87 0.52
Hex 60 19 EF 3C 5A 0 6 104 57 34
Octal 140 31 357 74 132 0 6 404 127 64
Binary 1100000 11001 11101111 111100 1011010 0 110 100000100 1010111 110100

Color Harmonies of #6019EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019EF

Black with #6019EF

Text Example


Text Example

White with #6019EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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