#4523CC

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

Shades of Purple Heart #4523CC

Tints of Purple Heart #4523CC

Color information

#4523CC (or 0x4523CC) is unknown color: approx Purple Heart. HEX triplet: 45, 23 and CC. RGB value is (69,35,204). Sum of RGB (Red+Green+Blue) = 69+35+204=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #4523CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4523CC is #BADC33. Grayscale: #3F3F3F. Windows color (decimal): -12246068 or 13378373. OLE color: 13378373.

HSL color Cylindrical-coordinate representation of color #4523CC: hue angle of 252.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4523CC is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6935204-
CMYK0.660.8300.2
HSL252.07º70.71%46.86%-
HSV(B)252.07º82.84%80%-
XYZ13.956.8357.71-
YUV64.43206.76131.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 35 (14.06% from 255) = 11.36%
BLUE value IS 204 (80.08% from 255) = 66.23%
R=22.40%
G=11.36%
B=66.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69352040.660.8300.2252.0770.7146.86
Hex4523CC4253014fc472f
Octal1054331410212302437410757
Binary10001011000111100110010000101010011010100111111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4523CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4523CC; }

 p { color: rgb(69,35,204); }

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

<style>
 a { background-color: #4523CC; }

 a { background-color: rgb(69,35,204); }

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

<style>
 span { border-color: #4523CC; }

 span { border-color: rgb(69,35,204); }

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