Html Css Color HEX #522BBC Purple Heart

📋 copy color: '#522BBC'

red 82 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #522BBC

Tints of Purple Heart #522BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 26.2%
G = 13.74%
B = 60.06%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#522BBC (or 0x522BBC) is known color: Purple Heart. HEX triplet: 52, 2B and BC. RGB value is (82,43,188). Sum of RGB (Red+Green+Blue) = 82+43+188=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #522BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BBC is #ADD443. Grayscale: #464646. Windows color (decimal): -11392068 or 12331858. OLE color: 12331858.

HSL color Cylindrical-coordinate representation of color #522BBC: hue angle of 256.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #522BBC is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 43 188 -
CMYK 0.56 0.77 0 0.26
HSL 256.14º 0.63% 0.45% -
HSV(B) 256.14º 0.77% 0.74% -
XYZ 13.42 7.15 48.25 -
YUV 71.19 193.92 135.71 -
System Red Green Blue C M Y K H S L
Decimal 82 43 188 0.56 0.77 0 0.26 256.14 0.63 0.45
Hex 52 2B BC 38 4D 0 1A 100 3F 2D
Octal 122 53 274 70 115 0 32 400 77 55
Binary 1010010 101011 10111100 111000 1001101 0 11010 100000000 111111 101101

Color Harmonies of #522BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BBC

Black with #522BBC

Text Example


Text Example

White with #522BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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