#6112CA

Color #6112CA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6112CA

Tints of Purple Heart #6112CA

Color information

#6112CA (or 0x6112CA) is unknown color: approx Purple Heart. HEX triplet: 61, 12 and CA. RGB value is (97,18,202). Sum of RGB (Red+Green+Blue) = 97+18+202=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #6112CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6112CA is #9EED35. Grayscale: #3D3D3D. Windows color (decimal): -10415414 or 13242977. OLE color: 13242977.

HSL color Cylindrical-coordinate representation of color #6112CA: hue angle of 265.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6112CA is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9718202-
CMYK0.520.9100.21
HSL265.76º83.64%43.14%-
HSV(B)265.76º91.09%79.22%-
XYZ15.817.2456.44-
YUV62.6206.67152.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 18 (7.42% from 255) = 5.68%
BLUE value IS 202 (79.30% from 255) = 63.72%
R=30.60%
G=5.68%
B=63.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97182020.520.9100.21265.7683.6443.14
Hex6112CA345B01510a542b
Octal141223126413302541212453
Binary1100001100101100101011010010110110101011000010101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6112CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6112CA; }

 p { color: rgb(97,18,202); }

 H1.HeaderClassName
 {
   color: #6112CA;
 }
 .AnyTagClassName
 {
   color: #6112CA;
 }
</style>
background-color css

<style>
 a { background-color: #6112CA; }

 a { background-color: rgb(97,18,202); }

 div.DivClassName
 {
   background-color: #6112CA;
 }
 .BgClassName
 {
   background-color: #6112CA;
 }
</style>
border-color css

<style>
 span { border-color: #6112CA; }

 span { border-color: rgb(97,18,202); }

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