#4530CB

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

Shades of Purple Heart #4530CB

Tints of Purple Heart #4530CB

Color information

#4530CB (or 0x4530CB) is unknown color: approx Purple Heart. HEX triplet: 45, 30 and CB. RGB value is (69,48,203). Sum of RGB (Red+Green+Blue) = 69+48+203=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #4530CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4530CB is #BACF34. Grayscale: #474747. Windows color (decimal): -12242741 or 13316165. OLE color: 13316165.

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

Color convert

RGB6948203-
CMYK0.660.7600.20
HSL248.13º61.75%49.22%-
HSV(B)248.13º76.35%79.61%-
XYZ14.297.6957.23-
YUV71.95201.96125.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 203 (79.69% from 255) = 63.44%
R=21.56%
G=15%
B=63.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69482030.660.7600.20248.1361.7549.22
Hex4530CB424C014f83e31
Octal105603131021140243707661
Binary1000101110000110010111000010100110001010011111000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4530CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,48,203); }

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

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

 a { background-color: rgb(69,48,203); }

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

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

 span { border-color: rgb(69,48,203); }

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