Html Css Color HEX #6013FD Han Purple

📋 copy color: '#6013FD'

red 96 ◦ green 19 ◦ blue 253

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

Shades of Han Purple #6013FD

Tints of Han Purple #6013FD

RGB

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

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

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

R = 26.09%
G = 5.16%
B = 68.75%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6013FD (or 0x6013FD) is known color: Han Purple. HEX triplet: 60, 13 and FD. RGB value is (96,19,253). Sum of RGB (Red+Green+Blue) = 96+19+253=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #6013FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6013FD is #9FEC02. Grayscale: #434343. Windows color (decimal): -10480643 or 16585568. OLE color: 16585568.

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

Color convert

RGB 96 19 253 -
CMYK 0.62 0.92 0 0.01
HSL 259.74º 0.98% 0.53% -
HSV(B) 259.74º 0.92% 0.99% -
XYZ 22.79 10.04 93.67 -
YUV 68.7 232.01 147.47 -
System Red Green Blue C M Y K H S L
Decimal 96 19 253 0.62 0.92 0 0.01 259.74 0.98 0.53
Hex 60 13 FD 3E 5C 0 1 104 62 35
Octal 140 23 375 76 134 0 1 404 142 65
Binary 1100000 10011 11111101 111110 1011100 0 1 100000100 1100010 110101

Color Harmonies of #6013FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013FD

Black with #6013FD

Text Example


Text Example

White with #6013FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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