#6312C2

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

Shades of Purple Heart #6312C2

Tints of Purple Heart #6312C2

Color information

#6312C2 (or 0x6312C2) is unknown color: approx Purple Heart. HEX triplet: 63, 12 and C2. RGB value is (99,18,194). Sum of RGB (Red+Green+Blue) = 99+18+194=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 194 (76.17% from 255 or 62.38% from 311); Max value from RGB is 194 - color contains mainly: blue. Hex color #6312C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6312C2 is #9CED3D. Grayscale: #3D3D3D. Windows color (decimal): -10284350 or 12718691. OLE color: 12718691.

HSL color Cylindrical-coordinate representation of color #6312C2: hue angle of 267.61º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6312C2 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9918194-
CMYK0.490.9100.24
HSL267.61º83.02%41.57%-
HSV(B)267.61º90.72%76.08%-
XYZ15.16.9851.59-
YUV62.28202.34154.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.83%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 194 (76.17% from 255) = 62.38%
R=31.83%
G=5.79%
B=62.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal99181940.490.9100.24267.6183.0241.57
Hex6312C2315B01810c532a
Octal143223026113303041412352
Binary1100011100101100001011000110110110110001000011001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6312C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6312C2; }

 p { color: rgb(99,18,194); }

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

<style>
 a { background-color: #6312C2; }

 a { background-color: rgb(99,18,194); }

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

<style>
 span { border-color: #6312C2; }

 span { border-color: rgb(99,18,194); }

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