Html Css Color HEX #4528B2 Purple Heart

📋 copy color: '#4528B2'

red 69 ◦ green 40 ◦ blue 178

#4528B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4528B2

Tints of Purple Heart #4528B2

RGB

 RED value IS 69 (27.34% from 255) = 24.04%

 GREEN value IS 40 (16.02% from 255) = 13.94%

 BLUE value IS 178 (69.92% from 255) = 62.02%

R = 24.04%
G = 13.94%
B = 62.02%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4528B2 (or 0x4528B2) is known color: Purple Heart. HEX triplet: 45, 28 and B2. RGB value is (69,40,178). Sum of RGB (Red+Green+Blue) = 69+40+178=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #4528B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4528B2 is #BAD74D. Grayscale: #3F3F3F. Windows color (decimal): -12244814 or 11675717. OLE color: 11675717.

HSL color Cylindrical-coordinate representation of color #4528B2: hue angle of 252.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4528B2 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 69 40 178 -
CMYK 0.61 0.78 0 0.30
HSL 252.61º 0.63% 0.43% -
HSV(B) 252.61º 0.78% 0.7% -
XYZ 11.25 6 42.68 -
YUV 64.4 192.11 131.28 -
System Red Green Blue C M Y K H S L
Decimal 69 40 178 0.61 0.78 0 0.30 252.61 0.63 0.43
Hex 45 28 B2 3D 4E 0 1E FD 3F 2B
Octal 105 50 262 75 116 0 36 375 77 53
Binary 1000101 101000 10110010 111101 1001110 0 11110 11111101 111111 101011

Color Harmonies of #4528B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4528B2

Black with #4528B2

Text Example


Text Example

White with #4528B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4528B2; }

 p { color: rgb(69,40,178); }

 H1.HeaderClassName
 {
   color: #4528B2;
 }
 .AnyTagClassName
 {
   color: #4528B2;
 }
</style>

background-color css

<style>
 a { background-color: #4528B2; }

 a { background-color: rgb(69,40,178); }

 div.DivClassName
 {
   background-color: #4528B2;
 }
 .BgClassName
 {
   background-color: #4528B2;
 }
</style>

border-color css

<style>
 span { border-color: #4528B2; }

 span { border-color: rgb(69,40,178); }

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