Html Css Color HEX #522BD8 Purple Heart

📋 copy color: '#522BD8'

red 82 ◦ green 43 ◦ blue 216

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

Shades of Purple Heart #522BD8

Tints of Purple Heart #522BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 63.34%

R = 24.05%
G = 12.61%
B = 63.34%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#522BD8 (or 0x522BD8) is known color: Purple Heart. HEX triplet: 52, 2B and D8. RGB value is (82,43,216). Sum of RGB (Red+Green+Blue) = 82+43+216=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 216 (84.77% from 255 or 63.34% from 341); Max value from RGB is 216 - color contains mainly: blue. Hex color #522BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BD8 is #ADD427. Grayscale: #494949. Windows color (decimal): -11392040 or 14166866. OLE color: 14166866.

HSL color Cylindrical-coordinate representation of color #522BD8: hue angle of 253.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522BD8 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 43 216 -
CMYK 0.62 0.80 0 0.15
HSL 253.53º 0.69% 0.51% -
HSV(B) 253.53º 0.8% 0.85% -
XYZ 16.74 8.48 65.72 -
YUV 74.38 207.92 133.43 -
System Red Green Blue C M Y K H S L
Decimal 82 43 216 0.62 0.80 0 0.15 253.53 0.69 0.51
Hex 52 2B D8 3E 50 0 F FE 45 33
Octal 122 53 330 76 120 0 17 376 105 63
Binary 1010010 101011 11011000 111110 1010000 0 1111 11111110 1000101 110011

Color Harmonies of #522BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BD8

Black with #522BD8

Text Example


Text Example

White with #522BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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