Html Css Color HEX #6018D9 Purple Heart

📋 copy color: '#6018D9'

red 96 ◦ green 24 ◦ blue 217

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

Shades of Purple Heart #6018D9

Tints of Purple Heart #6018D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 64.39%

R = 28.49%
G = 7.12%
B = 64.39%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6018D9 (or 0x6018D9) is known color: Purple Heart. HEX triplet: 60, 18 and D9. RGB value is (96,24,217). Sum of RGB (Red+Green+Blue) = 96+24+217=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 217 (85.16% from 255 or 64.39% from 337); Max value from RGB is 217 - color contains mainly: blue. Hex color #6018D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6018D9 is #9FE726. Grayscale: #424242. Windows color (decimal): -10479399 or 14227552. OLE color: 14227552.

HSL color Cylindrical-coordinate representation of color #6018D9: hue angle of 262.38º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6018D9 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 24 217 -
CMYK 0.56 0.89 0 0.15
HSL 262.38º 0.8% 0.47% -
HSV(B) 262.38º 0.89% 0.85% -
XYZ 17.67 8.15 66.29 -
YUV 67.53 212.35 148.31 -
System Red Green Blue C M Y K H S L
Decimal 96 24 217 0.56 0.89 0 0.15 262.38 0.8 0.47
Hex 60 18 D9 38 59 0 F 106 50 2F
Octal 140 30 331 70 131 0 17 406 120 57
Binary 1100000 11000 11011001 111000 1011001 0 1111 100000110 1010000 101111

Color Harmonies of #6018D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6018D9

Black with #6018D9

Text Example


Text Example

White with #6018D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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