Html Css Color HEX #522DB6 Purple Heart

📋 copy color: '#522DB6'

red 82 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #522DB6

Tints of Purple Heart #522DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.9%

R = 26.54%
G = 14.56%
B = 58.9%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#522DB6 (or 0x522DB6) is known color: Purple Heart. HEX triplet: 52, 2D and B6. RGB value is (82,45,182). Sum of RGB (Red+Green+Blue) = 82+45+182=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #522DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522DB6 is #ADD249. Grayscale: #474747. Windows color (decimal): -11391562 or 11939154. OLE color: 11939154.

HSL color Cylindrical-coordinate representation of color #522DB6: hue angle of 256.2º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #522DB6 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 45 182 -
CMYK 0.55 0.75 0 0.29
HSL 256.2º 0.6% 0.45% -
HSV(B) 256.2º 0.75% 0.71% -
XYZ 12.86 7.05 44.94 -
YUV 71.68 190.26 135.36 -
System Red Green Blue C M Y K H S L
Decimal 82 45 182 0.55 0.75 0 0.29 256.2 0.6 0.45
Hex 52 2D B6 37 4B 0 1D 100 3C 2D
Octal 122 55 266 67 113 0 35 400 74 55
Binary 1010010 101101 10110110 110111 1001011 0 11101 100000000 111100 101101

Color Harmonies of #522DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522DB6

Black with #522DB6

Text Example


Text Example

White with #522DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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