#4621CA

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

Shades of Purple Heart #4621CA

Tints of Purple Heart #4621CA

Color information

#4621CA (or 0x4621CA) is unknown color: approx Purple Heart. HEX triplet: 46, 21 and CA. RGB value is (70,33,202). Sum of RGB (Red+Green+Blue) = 70+33+202=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #4621CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4621CA is #B9DE35. Grayscale: #3E3E3E. Windows color (decimal): -12181046 or 13246790. OLE color: 13246790.

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

Color convert

RGB7033202-
CMYK0.650.8400.21
HSL253.14º71.91%46.08%-
HSV(B)253.14º83.66%79.22%-
XYZ13.736.6556.44-
YUV63.33206.26132.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 202 (79.30% from 255) = 66.23%
R=22.95%
G=10.82%
B=66.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70332020.650.8400.21253.1471.9146.08
Hex4621CA4154015fd482e
Octal1064131210112402537511056
Binary10001101000011100101010000011010100010101111111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4621CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,33,202); }

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

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

 a { background-color: rgb(70,33,202); }

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

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

 span { border-color: rgb(70,33,202); }

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