Html Css Color HEX #4520C5 Purple Heart

📋 copy color: '#4520C5'

red 69 ◦ green 32 ◦ blue 197

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

Shades of Purple Heart #4520C5

Tints of Purple Heart #4520C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 66.11%

R = 23.15%
G = 10.74%
B = 66.11%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4520C5 (or 0x4520C5) is known color: Purple Heart. HEX triplet: 45, 20 and C5. RGB value is (69,32,197). Sum of RGB (Red+Green+Blue) = 69+32+197=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #4520C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4520C5 is #BADF3A. Grayscale: #3D3D3D. Windows color (decimal): -12246843 or 12918853. OLE color: 12918853.

HSL color Cylindrical-coordinate representation of color #4520C5: hue angle of 253.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4520C5 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 32 197 -
CMYK 0.65 0.84 0 0.23
HSL 253.45º 0.72% 0.45% -
HSV(B) 253.45º 0.84% 0.77% -
XYZ 13.05 6.33 53.36 -
YUV 61.87 204.26 133.08 -
System Red Green Blue C M Y K H S L
Decimal 69 32 197 0.65 0.84 0 0.23 253.45 0.72 0.45
Hex 45 20 C5 41 54 0 17 FD 48 2D
Octal 105 40 305 101 124 0 27 375 110 55
Binary 1000101 100000 11000101 1000001 1010100 0 10111 11111101 1001000 101101

Color Harmonies of #4520C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520C5

Black with #4520C5

Text Example


Text Example

White with #4520C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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