Html Css Color HEX #522DB3 Purple Heart

📋 copy color: '#522DB3'

red 82 ◦ green 45 ◦ blue 179

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

Shades of Purple Heart #522DB3

Tints of Purple Heart #522DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.5%

R = 26.8%
G = 14.71%
B = 58.5%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#522DB3 (or 0x522DB3) is known color: Purple Heart. HEX triplet: 52, 2D and B3. RGB value is (82,45,179). Sum of RGB (Red+Green+Blue) = 82+45+179=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #522DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522DB3 is #ADD24C. Grayscale: #464646. Windows color (decimal): -11391565 or 11742546. OLE color: 11742546.

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

Color convert

RGB 82 45 179 -
CMYK 0.54 0.75 0 0.30
HSL 256.57º 0.6% 0.44% -
HSV(B) 256.57º 0.75% 0.7% -
XYZ 12.55 6.93 43.32 -
YUV 71.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 82 45 179 0.54 0.75 0 0.30 256.57 0.6 0.44
Hex 52 2D B3 36 4B 0 1E 101 3C 2C
Octal 122 55 263 66 113 0 36 401 74 54
Binary 1010010 101101 10110011 110110 1001011 0 11110 100000001 111100 101100

Color Harmonies of #522DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522DB3

Black with #522DB3

Text Example


Text Example

White with #522DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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