Html Css Color HEX #4520CA Purple Heart

📋 copy color: '#4520CA'

red 69 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #4520CA

Tints of Purple Heart #4520CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.67%

R = 22.77%
G = 10.56%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4520CA (or 0x4520CA) is known color: Purple Heart. HEX triplet: 45, 20 and CA. RGB value is (69,32,202). Sum of RGB (Red+Green+Blue) = 69+32+202=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #4520CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4520CA is #BADF35. Grayscale: #3D3D3D. Windows color (decimal): -12246838 or 13246533. OLE color: 13246533.

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

Color convert

RGB 69 32 202 -
CMYK 0.66 0.84 0 0.21
HSL 253.06º 0.73% 0.46% -
HSV(B) 253.06º 0.84% 0.79% -
XYZ 13.63 6.56 56.43 -
YUV 62.44 206.76 132.68 -
System Red Green Blue C M Y K H S L
Decimal 69 32 202 0.66 0.84 0 0.21 253.06 0.73 0.46
Hex 45 20 CA 42 54 0 15 FD 49 2E
Octal 105 40 312 102 124 0 25 375 111 56
Binary 1000101 100000 11001010 1000010 1010100 0 10101 11111101 1001001 101110

Color Harmonies of #4520CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520CA

Black with #4520CA

Text Example


Text Example

White with #4520CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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