Html Css Color HEX #4520B4 Purple Heart

📋 copy color: '#4520B4'

red 69 ◦ green 32 ◦ blue 180

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

Shades of Purple Heart #4520B4

Tints of Purple Heart #4520B4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 180 (70.7% from 255) = 64.06%

R = 24.56%
G = 11.39%
B = 64.06%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4520B4 (or 0x4520B4) is known color: Purple Heart. HEX triplet: 45, 20 and B4. RGB value is (69,32,180). Sum of RGB (Red+Green+Blue) = 69+32+180=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #4520B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4520B4 is #BADF4B. Grayscale: #3B3B3B. Windows color (decimal): -12246860 or 11804741. OLE color: 11804741.

HSL color Cylindrical-coordinate representation of color #4520B4: hue angle of 255º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4520B4 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 69 32 180 -
CMYK 0.62 0.82 0 0.29
HSL 255º 0.7% 0.42% -
HSV(B) 255º 0.82% 0.71% -
XYZ 11.21 5.59 43.67 -
YUV 59.94 195.76 134.47 -
System Red Green Blue C M Y K H S L
Decimal 69 32 180 0.62 0.82 0 0.29 255 0.7 0.42
Hex 45 20 B4 3E 52 0 1D FF 46 2A
Octal 105 40 264 76 122 0 35 377 106 52
Binary 1000101 100000 10110100 111110 1010010 0 11101 11111111 1000110 101010

Color Harmonies of #4520B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520B4

Black with #4520B4

Text Example


Text Example

White with #4520B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4520B4; }

 p { color: rgb(69,32,180); }

 H1.HeaderClassName
 {
   color: #4520B4;
 }
 .AnyTagClassName
 {
   color: #4520B4;
 }
</style>

background-color css

<style>
 a { background-color: #4520B4; }

 a { background-color: rgb(69,32,180); }

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

border-color css

<style>
 span { border-color: #4520B4; }

 span { border-color: rgb(69,32,180); }

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