#6212BC

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

Shades of Purple Heart #6212BC

Tints of Purple Heart #6212BC

Color information

#6212BC (or 0x6212BC) is unknown color: approx Purple Heart. HEX triplet: 62, 12 and BC. RGB value is (98,18,188). Sum of RGB (Red+Green+Blue) = 98+18+188=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #6212BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6212BC is #9DED43. Grayscale: #3C3C3C. Windows color (decimal): -10349892 or 12325474. OLE color: 12325474.

HSL color Cylindrical-coordinate representation of color #6212BC: hue angle of 268.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6212BC is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9818188-
CMYK0.480.9000.26
HSL268.24º82.52%40.39%-
HSV(B)268.24º90.43%73.73%-
XYZ14.336.6648.11-
YUV61.3199.5154.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.24%
GREEN value IS 18 (7.42% from 255) = 5.92%
BLUE value IS 188 (73.83% from 255) = 61.84%
R=32.24%
G=5.92%
B=61.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98181880.480.9000.26268.2482.5240.39
Hex6212BC305A01A10c5328
Octal142222746013203241412350
Binary1100010100101011110011000010110100110101000011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6212BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6212BC; }

 p { color: rgb(98,18,188); }

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

<style>
 a { background-color: #6212BC; }

 a { background-color: rgb(98,18,188); }

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

<style>
 span { border-color: #6212BC; }

 span { border-color: rgb(98,18,188); }

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