Html Css Color HEX #522DB1 Purple Heart

📋 copy color: '#522DB1'

red 82 ◦ green 45 ◦ blue 177

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

Shades of Purple Heart #522DB1

Tints of Purple Heart #522DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

 BLUE value IS 177 (69.53% from 255) = 58.22%

R = 26.97%
G = 14.8%
B = 58.22%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#522DB1 (or 0x522DB1) is known color: Purple Heart. HEX triplet: 52, 2D and B1. RGB value is (82,45,177). Sum of RGB (Red+Green+Blue) = 82+45+177=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #522DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522DB1 is #ADD24E. Grayscale: #464646. Windows color (decimal): -11391567 or 11611474. OLE color: 11611474.

HSL color Cylindrical-coordinate representation of color #522DB1: hue angle of 256.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #522DB1 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 45 177 -
CMYK 0.54 0.75 0 0.31
HSL 256.82º 0.59% 0.44% -
HSV(B) 256.82º 0.75% 0.69% -
XYZ 12.35 6.84 42.27 -
YUV 71.11 187.76 135.77 -
System Red Green Blue C M Y K H S L
Decimal 82 45 177 0.54 0.75 0 0.31 256.82 0.59 0.44
Hex 52 2D B1 36 4B 0 1F 101 3B 2C
Octal 122 55 261 66 113 0 37 401 73 54
Binary 1010010 101101 10110001 110110 1001011 0 11111 100000001 111011 101100

Color Harmonies of #522DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522DB1

Black with #522DB1

Text Example


Text Example

White with #522DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,45,177); }

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

background-color css

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

 a { background-color: rgb(82,45,177); }

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

border-color css

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

 span { border-color: rgb(82,45,177); }

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