#4635CB

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

Shades of Purple Heart #4635CB

Tints of Purple Heart #4635CB

Color information

#4635CB (or 0x4635CB) is unknown color: approx Purple Heart. HEX triplet: 46, 35 and CB. RGB value is (70,53,203). Sum of RGB (Red+Green+Blue) = 70+53+203=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #4635CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4635CB is #B9CA34. Grayscale: #4A4A4A. Windows color (decimal): -12175925 or 13317446. OLE color: 13317446.

HSL color Cylindrical-coordinate representation of color #4635CB: hue angle of 246.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4635CB is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7053203-
CMYK0.660.7400.20
HSL246.8º59.06%50.2%-
HSV(B)246.8º73.89%79.61%-
XYZ14.588.1657.31-
YUV75.18200.13124.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 203 (79.69% from 255) = 62.27%
R=21.47%
G=16.26%
B=62.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70532030.660.7400.20246.859.0650.2
Hex4635CB424A014f73b32
Octal106653131021120243677362
Binary1000110110101110010111000010100101001010011110111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4635CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4635CB; }

 p { color: rgb(70,53,203); }

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

<style>
 a { background-color: #4635CB; }

 a { background-color: rgb(70,53,203); }

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

<style>
 span { border-color: #4635CB; }

 span { border-color: rgb(70,53,203); }

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