#4630ce

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

Shades of Purple Heart #4630CE

Tints of Purple Heart #4630CE

Color information

#4630CE (or 0x4630CE) is unknown color: approx Purple Heart. HEX triplet: 46, 30 and CE. RGB value is (70,48,206). Sum of RGB (Red+Green+Blue) = 70+48+206=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #4630CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630CE is #B9CF31. Grayscale: #474747. Windows color (decimal): -12177202 or 13512774. OLE color: 13512774.

HSL color Cylindrical-coordinate representation of color #4630CE: hue angle of 248.35º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4630CE is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7048206-
CMYK0.660.7700.19
HSL248.35º62.2%49.8%-
HSV(B)248.35º76.7%80.78%-
XYZ14.727.8759.14-
YUV72.59203.29126.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 206 (80.86% from 255) = 63.58%
R=21.60%
G=14.81%
B=63.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70482060.660.7700.19248.3562.249.8
Hex4630CE424D013f83e32
Octal106603161021150233707662
Binary1000110110000110011101000010100110101001111111000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4630ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4630ce; }

 p { color: rgb(70,48,206); }

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

<style>
 a { background-color: #4630ce; }

 a { background-color: rgb(70,48,206); }

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

<style>
 span { border-color: #4630ce; }

 span { border-color: rgb(70,48,206); }

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