Html Css Color HEX #4520CF Purple Heart

📋 copy color: '#4520CF'

red 69 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #4520CF

Tints of Purple Heart #4520CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 22.4%
G = 10.39%
B = 67.21%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4520CF (or 0x4520CF) is known color: Purple Heart. HEX triplet: 45, 20 and CF. RGB value is (69,32,207). Sum of RGB (Red+Green+Blue) = 69+32+207=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #4520CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4520CF is #BADF30. Grayscale: #3E3E3E. Windows color (decimal): -12246833 or 13574213. OLE color: 13574213.

HSL color Cylindrical-coordinate representation of color #4520CF: hue angle of 252.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4520CF is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 32 207 -
CMYK 0.67 0.85 0 0.19
HSL 252.69º 0.73% 0.47% -
HSV(B) 252.69º 0.85% 0.81% -
XYZ 14.23 6.8 59.59 -
YUV 63.01 209.26 132.27 -
System Red Green Blue C M Y K H S L
Decimal 69 32 207 0.67 0.85 0 0.19 252.69 0.73 0.47
Hex 45 20 CF 43 55 0 13 FD 49 2F
Octal 105 40 317 103 125 0 23 375 111 57
Binary 1000101 100000 11001111 1000011 1010101 0 10011 11111101 1001001 101111

Color Harmonies of #4520CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520CF

Black with #4520CF

Text Example


Text Example

White with #4520CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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