Html Css Color HEX #6118D6 Purple Heart

📋 copy color: '#6118D6'

red 97 ◦ green 24 ◦ blue 214

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

Shades of Purple Heart #6118D6

Tints of Purple Heart #6118D6

RGB

 RED value IS 97 (38.28% from 255) = 28.96%

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

 BLUE value IS 214 (83.98% from 255) = 63.88%

R = 28.96%
G = 7.16%
B = 63.88%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6118D6 (or 0x6118D6) is known color: Purple Heart. HEX triplet: 61, 18 and D6. RGB value is (97,24,214). Sum of RGB (Red+Green+Blue) = 97+24+214=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 214 (83.98% from 255 or 63.88% from 335); Max value from RGB is 214 - color contains mainly: blue. Hex color #6118D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6118D6 is #9EE729. Grayscale: #424242. Windows color (decimal): -10413866 or 14030945. OLE color: 14030945.

HSL color Cylindrical-coordinate representation of color #6118D6: hue angle of 263.05º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6118D6 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 24 214 -
CMYK 0.55 0.89 0 0.16
HSL 263.05º 0.8% 0.47% -
HSV(B) 263.05º 0.89% 0.84% -
XYZ 17.39 8.05 64.26 -
YUV 67.49 210.68 149.05 -
System Red Green Blue C M Y K H S L
Decimal 97 24 214 0.55 0.89 0 0.16 263.05 0.8 0.47
Hex 61 18 D6 37 59 0 10 107 50 2F
Octal 141 30 326 67 131 0 20 407 120 57
Binary 1100001 11000 11010110 110111 1011001 0 10000 100000111 1010000 101111

Color Harmonies of #6118D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6118D6

Black with #6118D6

Text Example


Text Example

White with #6118D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6118D6; }

 p { color: rgb(97,24,214); }

 H1.HeaderClassName
 {
   color: #6118D6;
 }
 .AnyTagClassName
 {
   color: #6118D6;
 }
</style>

background-color css

<style>
 a { background-color: #6118D6; }

 a { background-color: rgb(97,24,214); }

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

border-color css

<style>
 span { border-color: #6118D6; }

 span { border-color: rgb(97,24,214); }

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