Html Css Color HEX #6019FD Han Purple

📋 copy color: '#6019FD'

red 96 ◦ green 25 ◦ blue 253

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

Shades of Han Purple #6019FD

Tints of Han Purple #6019FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.65%

R = 25.67%
G = 6.68%
B = 67.65%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6019FD (or 0x6019FD) is known color: Han Purple. HEX triplet: 60, 19 and FD. RGB value is (96,25,253). Sum of RGB (Red+Green+Blue) = 96+25+253=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #6019FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6019FD is #9FE602. Grayscale: #474747. Windows color (decimal): -10479107 or 16587104. OLE color: 16587104.

HSL color Cylindrical-coordinate representation of color #6019FD: hue angle of 258.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6019FD is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 25 253 -
CMYK 0.62 0.90 0 0.01
HSL 258.68º 0.98% 0.55% -
HSV(B) 258.68º 0.9% 0.99% -
XYZ 22.9 10.27 93.7 -
YUV 72.22 230.02 144.96 -
System Red Green Blue C M Y K H S L
Decimal 96 25 253 0.62 0.90 0 0.01 258.68 0.98 0.55
Hex 60 19 FD 3E 5A 0 1 103 62 37
Octal 140 31 375 76 132 0 1 403 142 67
Binary 1100000 11001 11111101 111110 1011010 0 1 100000011 1100010 110111

Color Harmonies of #6019FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019FD

Black with #6019FD

Text Example


Text Example

White with #6019FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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