Html Css Color HEX #522BCD Purple Heart

📋 copy color: '#522BCD'

red 82 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #522BCD

Tints of Purple Heart #522BCD

RGB

 RED value IS 82 (32.42% from 255) = 24.85%

 GREEN value IS 43 (17.19% from 255) = 13.03%

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

R = 24.85%
G = 13.03%
B = 62.12%

CMYK

 C value IS 0.6

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#522BCD (or 0x522BCD) is known color: Purple Heart. HEX triplet: 52, 2B and CD. RGB value is (82,43,205). Sum of RGB (Red+Green+Blue) = 82+43+205=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #522BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BCD is #ADD432. Grayscale: #484848. Windows color (decimal): -11392051 or 13445970. OLE color: 13445970.

HSL color Cylindrical-coordinate representation of color #522BCD: hue angle of 254.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522BCD is Cyan = 0.6, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 43 205 -
CMYK 0.6 0.79 0 0.20
HSL 254.44º 0.65% 0.49% -
HSV(B) 254.44º 0.79% 0.8% -
XYZ 15.36 7.93 58.48 -
YUV 73.13 202.42 134.33 -
System Red Green Blue C M Y K H S L
Decimal 82 43 205 0.6 0.79 0 0.20 254.44 0.65 0.49
Hex 52 2B CD 3C 4F 0 14 FE 41 31
Octal 122 53 315 74 117 0 24 376 101 61
Binary 1010010 101011 11001101 111100 1001111 0 10100 11111110 1000001 110001

Color Harmonies of #522BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BCD

Black with #522BCD

Text Example


Text Example

White with #522BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522BCD; }

 p { color: rgb(82,43,205); }

 H1.HeaderClassName
 {
   color: #522BCD;
 }
 .AnyTagClassName
 {
   color: #522BCD;
 }
</style>

background-color css

<style>
 a { background-color: #522BCD; }

 a { background-color: rgb(82,43,205); }

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

border-color css

<style>
 span { border-color: #522BCD; }

 span { border-color: rgb(82,43,205); }

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