Html Css Color HEX #6013FF Han Purple

📋 copy color: '#6013FF'

red 96 ◦ green 19 ◦ blue 255

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

Shades of Han Purple #6013FF

Tints of Han Purple #6013FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.14%

 BLUE value IS 255 (100% from 255) = 68.92%

R = 25.95%
G = 5.14%
B = 68.92%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6013FF (or 0x6013FF) is known color: Han Purple. HEX triplet: 60, 13 and FF. RGB value is (96,19,255). Sum of RGB (Red+Green+Blue) = 96+19+255=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #6013FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6013FF is #9FEC00. Grayscale: #444444. Windows color (decimal): -10480641 or 16716640. OLE color: 16716640.

HSL color Cylindrical-coordinate representation of color #6013FF: hue angle of 259.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6013FF is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 19 255 -
CMYK 0.62 0.93 0 0
HSL 259.58º 1% 0.54% -
HSV(B) 259.58º 0.93% 1% -
XYZ 23.11 10.17 95.35 -
YUV 68.93 233.01 147.31 -
System Red Green Blue C M Y K H S L
Decimal 96 19 255 0.62 0.93 0 0 259.58 1 0.54
Hex 60 13 FF 3E 5D 0 0 104 64 36
Octal 140 23 377 76 135 0 0 404 144 66
Binary 1100000 10011 11111111 111110 1011101 0 0 100000100 1100100 110110

Color Harmonies of #6013FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013FF

Black with #6013FF

Text Example


Text Example

White with #6013FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6013FF; }

 p { color: rgb(96,19,255); }

 H1.HeaderClassName
 {
   color: #6013FF;
 }
 .AnyTagClassName
 {
   color: #6013FF;
 }
</style>

background-color css

<style>
 a { background-color: #6013FF; }

 a { background-color: rgb(96,19,255); }

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

border-color css

<style>
 span { border-color: #6013FF; }

 span { border-color: rgb(96,19,255); }

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