#452BC2

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

Shades of Purple Heart #452BC2

Tints of Purple Heart #452BC2

Color information

#452BC2 (or 0x452BC2) is unknown color: approx Purple Heart. HEX triplet: 45, 2B and C2. RGB value is (69,43,194). Sum of RGB (Red+Green+Blue) = 69+43+194=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #452BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452BC2 is #BAD43D. Grayscale: #434343. Windows color (decimal): -12244030 or 12725061. OLE color: 12725061.

HSL color Cylindrical-coordinate representation of color #452BC2: hue angle of 250.33º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452BC2 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6943194-
CMYK0.640.7800.24
HSL250.33º63.71%46.47%-
HSV(B)250.33º77.84%76.08%-
XYZ13.066.8951.68-
YUV67.99199.11128.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 194 (76.17% from 255) = 63.40%
R=22.55%
G=14.05%
B=63.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69431940.640.7800.24250.3363.7146.47
Hex452BC2404E018fa402e
Octal1055330210011603037210056
Binary10001011010111100001010000001001110011000111110101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452BC2; }

 p { color: rgb(69,43,194); }

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

<style>
 a { background-color: #452BC2; }

 a { background-color: rgb(69,43,194); }

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

<style>
 span { border-color: #452BC2; }

 span { border-color: rgb(69,43,194); }

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