Html Css Color HEX #522CBB Purple Heart

📋 copy color: '#522CBB'

red 82 ◦ green 44 ◦ blue 187

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

Shades of Purple Heart #522CBB

Tints of Purple Heart #522CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.06%

 BLUE value IS 187 (73.44% from 255) = 59.74%

R = 26.2%
G = 14.06%
B = 59.74%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#522CBB (or 0x522CBB) is known color: Purple Heart. HEX triplet: 52, 2C and BB. RGB value is (82,44,187). Sum of RGB (Red+Green+Blue) = 82+44+187=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #522CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CBB is #ADD344. Grayscale: #474747. Windows color (decimal): -11391813 or 12266578. OLE color: 12266578.

HSL color Cylindrical-coordinate representation of color #522CBB: hue angle of 255.94º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #522CBB is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 44 187 -
CMYK 0.56 0.76 0 0.27
HSL 255.94º 0.62% 0.45% -
HSV(B) 255.94º 0.76% 0.73% -
XYZ 13.35 7.18 47.7 -
YUV 71.66 193.09 135.37 -
System Red Green Blue C M Y K H S L
Decimal 82 44 187 0.56 0.76 0 0.27 255.94 0.62 0.45
Hex 52 2C BB 38 4C 0 1B 100 3E 2D
Octal 122 54 273 70 114 0 33 400 76 55
Binary 1010010 101100 10111011 111000 1001100 0 11011 100000000 111110 101101

Color Harmonies of #522CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CBB

Black with #522CBB

Text Example


Text Example

White with #522CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,44,187); }

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

background-color css

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

 a { background-color: rgb(82,44,187); }

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

border-color css

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

 span { border-color: rgb(82,44,187); }

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