Html Css Color HEX #6018DD Han Purple

📋 copy color: '#6018DD'

red 96 ◦ green 24 ◦ blue 221

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

Shades of Han Purple #6018DD

Tints of Han Purple #6018DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

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

R = 28.15%
G = 7.04%
B = 64.81%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6018DD (or 0x6018DD) is known color: Han Purple. HEX triplet: 60, 18 and DD. RGB value is (96,24,221). Sum of RGB (Red+Green+Blue) = 96+24+221=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #6018DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6018DD is #9FE722. Grayscale: #434343. Windows color (decimal): -10479395 or 14489696. OLE color: 14489696.

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

Color convert

RGB 96 24 221 -
CMYK 0.57 0.89 0 0.13
HSL 261.93º 0.8% 0.48% -
HSV(B) 261.93º 0.89% 0.87% -
XYZ 18.2 8.36 69.06 -
YUV 67.99 214.35 147.98 -
System Red Green Blue C M Y K H S L
Decimal 96 24 221 0.57 0.89 0 0.13 261.93 0.8 0.48
Hex 60 18 DD 39 59 0 D 106 50 30
Octal 140 30 335 71 131 0 15 406 120 60
Binary 1100000 11000 11011101 111001 1011001 0 1101 100000110 1010000 110000

Color Harmonies of #6018DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6018DD

Black with #6018DD

Text Example


Text Example

White with #6018DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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