Html Css Color HEX #6017FD Han Purple

📋 copy color: '#6017FD'

red 96 ◦ green 23 ◦ blue 253

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

Shades of Han Purple #6017FD

Tints of Han Purple #6017FD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.18%

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

R = 25.81%
G = 6.18%
B = 68.01%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6017FD (or 0x6017FD) is known color: Han Purple. HEX triplet: 60, 17 and FD. RGB value is (96,23,253). Sum of RGB (Red+Green+Blue) = 96+23+253=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #6017FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6017FD is #9FE802. Grayscale: #464646. Windows color (decimal): -10479619 or 16586592. OLE color: 16586592.

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

Color convert

RGB 96 23 253 -
CMYK 0.62 0.91 0 0.01
HSL 259.04º 0.98% 0.54% -
HSV(B) 259.04º 0.91% 0.99% -
XYZ 22.86 10.19 93.69 -
YUV 71.05 230.68 145.8 -
System Red Green Blue C M Y K H S L
Decimal 96 23 253 0.62 0.91 0 0.01 259.04 0.98 0.54
Hex 60 17 FD 3E 5B 0 1 103 62 36
Octal 140 27 375 76 133 0 1 403 142 66
Binary 1100000 10111 11111101 111110 1011011 0 1 100000011 1100010 110110

Color Harmonies of #6017FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017FD

Black with #6017FD

Text Example


Text Example

White with #6017FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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