Html Css Color HEX #6013DD Han Purple

📋 copy color: '#6013DD'

red 96 ◦ green 19 ◦ blue 221

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

Shades of Han Purple #6013DD

Tints of Han Purple #6013DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 28.57%
G = 5.65%
B = 65.77%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6013DD (or 0x6013DD) is known color: Han Purple. HEX triplet: 60, 13 and DD. RGB value is (96,19,221). Sum of RGB (Red+Green+Blue) = 96+19+221=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #6013DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013DD is #9FEC22. Grayscale: #404040. Windows color (decimal): -10480675 or 14488416. OLE color: 14488416.

HSL color Cylindrical-coordinate representation of color #6013DD: hue angle of 262.87º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6013DD is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 19 221 -
CMYK 0.57 0.91 0 0.13
HSL 262.87º 0.84% 0.47% -
HSV(B) 262.87º 0.91% 0.87% -
XYZ 18.11 8.17 69.03 -
YUV 65.05 216.01 150.07 -
System Red Green Blue C M Y K H S L
Decimal 96 19 221 0.57 0.91 0 0.13 262.87 0.84 0.47
Hex 60 13 DD 39 5B 0 D 107 54 2F
Octal 140 23 335 71 133 0 15 407 124 57
Binary 1100000 10011 11011101 111001 1011011 0 1101 100000111 1010100 101111

Color Harmonies of #6013DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013DD

Black with #6013DD

Text Example


Text Example

White with #6013DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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