#4615C9

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

Shades of Purple Heart #4615C9

Tints of Purple Heart #4615C9

Color information

#4615C9 (or 0x4615C9) is unknown color: approx Purple Heart. HEX triplet: 46, 15 and C9. RGB value is (70,21,201). Sum of RGB (Red+Green+Blue) = 70+21+201=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 201 (78.91% from 255 or 68.84% from 292); Max value from RGB is 201 - color contains mainly: blue. Hex color #4615C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4615C9 is #B9EA36. Grayscale: #373737. Windows color (decimal): -12184119 or 13178182. OLE color: 13178182.

HSL color Cylindrical-coordinate representation of color #4615C9: hue angle of 256.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4615C9 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7021201-
CMYK0.650.9000.21
HSL256.33º81.08%43.53%-
HSV(B)256.33º89.55%78.82%-
XYZ13.346.0655.72-
YUV56.17209.73137.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 201 (78.91% from 255) = 68.84%
R=23.97%
G=7.19%
B=68.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70212010.650.9000.21256.3381.0843.53
Hex4615C9415A015100512c
Octal1062531110113202540012154
Binary10001101010111001001100000110110100101011000000001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4615C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4615C9; }

 p { color: rgb(70,21,201); }

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

<style>
 a { background-color: #4615C9; }

 a { background-color: rgb(70,21,201); }

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

<style>
 span { border-color: #4615C9; }

 span { border-color: rgb(70,21,201); }

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