Html Css Color HEX #4520CD Purple Heart

📋 copy color: '#4520CD'

red 69 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #4520CD

Tints of Purple Heart #4520CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 22.55%
G = 10.46%
B = 66.99%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4520CD (or 0x4520CD) is known color: Purple Heart. HEX triplet: 45, 20 and CD. RGB value is (69,32,205). Sum of RGB (Red+Green+Blue) = 69+32+205=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #4520CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4520CD is #BADF32. Grayscale: #3E3E3E. Windows color (decimal): -12246835 or 13443141. OLE color: 13443141.

HSL color Cylindrical-coordinate representation of color #4520CD: hue angle of 252.83º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4520CD is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 32 205 -
CMYK 0.66 0.84 0 0.20
HSL 252.83º 0.73% 0.46% -
HSV(B) 252.83º 0.84% 0.8% -
XYZ 13.99 6.71 58.31 -
YUV 62.79 208.26 132.43 -
System Red Green Blue C M Y K H S L
Decimal 69 32 205 0.66 0.84 0 0.20 252.83 0.73 0.46
Hex 45 20 CD 42 54 0 14 FD 49 2E
Octal 105 40 315 102 124 0 24 375 111 56
Binary 1000101 100000 11001101 1000010 1010100 0 10100 11111101 1001001 101110

Color Harmonies of #4520CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520CD

Black with #4520CD

Text Example


Text Example

White with #4520CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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