Html Css Color HEX #6118A4 Purple Heart

📋 copy color: '#6118A4'

red 97 ◦ green 24 ◦ blue 164

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

Shades of Purple Heart #6118A4

Tints of Purple Heart #6118A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 57.54%

R = 34.04%
G = 8.42%
B = 57.54%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6118A4 (or 0x6118A4) is known color: Purple Heart. HEX triplet: 61, 18 and A4. RGB value is (97,24,164). Sum of RGB (Red+Green+Blue) = 97+24+164=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 164 (64.45% from 255 or 57.54% from 285); Max value from RGB is 164 - color contains mainly: blue. Hex color #6118A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6118A4 is #9EE75B. Grayscale: #3D3D3D. Windows color (decimal): -10413916 or 10754145. OLE color: 10754145.

HSL color Cylindrical-coordinate representation of color #6118A4: hue angle of 271.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6118A4 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 24 164 -
CMYK 0.41 0.85 0 0.36
HSL 271.29º 0.74% 0.37% -
HSV(B) 271.29º 0.85% 0.64% -
XYZ 11.96 5.87 35.63 -
YUV 61.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 97 24 164 0.41 0.85 0 0.36 271.29 0.74 0.37
Hex 61 18 A4 29 55 0 24 10F 4A 25
Octal 141 30 244 51 125 0 44 417 112 45
Binary 1100001 11000 10100100 101001 1010101 0 100100 100001111 1001010 100101

Color Harmonies of #6118A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6118A4

Black with #6118A4

Text Example


Text Example

White with #6118A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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