#6415D3

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

Shades of Purple Heart #6415D3

Tints of Purple Heart #6415D3

Color information

#6415D3 (or 0x6415D3) is unknown color: approx Purple Heart. HEX triplet: 64, 15 and D3. RGB value is (100,21,211). Sum of RGB (Red+Green+Blue) = 100+21+211=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 211 (82.81% from 255 or 63.55% from 332); Max value from RGB is 211 - color contains mainly: blue. Hex color #6415D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415D3 is #9BEA2C. Grayscale: #414141. Windows color (decimal): -10218029 or 13833572. OLE color: 13833572.

HSL color Cylindrical-coordinate representation of color #6415D3: hue angle of 264.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6415D3 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10021211-
CMYK0.530.9000.17
HSL264.95º81.9%45.49%-
HSV(B)264.95º90.05%82.75%-
XYZ17.287.9562.25-
YUV66.28209.67152.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 21 (8.59% from 255) = 6.33%
BLUE value IS 211 (82.81% from 255) = 63.55%
R=30.12%
G=6.33%
B=63.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal100212110.530.9000.17264.9581.945.49
Hex6415D3355A011109522d
Octal144253236513202141112255
Binary1100100101011101001111010110110100100011000010011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6415D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6415D3; }

 p { color: rgb(100,21,211); }

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

<style>
 a { background-color: #6415D3; }

 a { background-color: rgb(100,21,211); }

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

<style>
 span { border-color: #6415D3; }

 span { border-color: rgb(100,21,211); }

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