Html Css Color HEX #522FBB Purple Heart

📋 copy color: '#522FBB'

red 82 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #522FBB

Tints of Purple Heart #522FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

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

R = 25.95%
G = 14.87%
B = 59.18%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#522FBB (or 0x522FBB) is known color: Purple Heart. HEX triplet: 52, 2F and BB. RGB value is (82,47,187). Sum of RGB (Red+Green+Blue) = 82+47+187=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #522FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522FBB is #ADD044. Grayscale: #484848. Windows color (decimal): -11391045 or 12267346. OLE color: 12267346.

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

Color convert

RGB 82 47 187 -
CMYK 0.56 0.75 0 0.27
HSL 255º 0.6% 0.46% -
HSV(B) 255º 0.75% 0.73% -
XYZ 13.47 7.41 47.74 -
YUV 73.43 192.1 134.12 -
System Red Green Blue C M Y K H S L
Decimal 82 47 187 0.56 0.75 0 0.27 255 0.6 0.46
Hex 52 2F BB 38 4B 0 1B FF 3C 2E
Octal 122 57 273 70 113 0 33 377 74 56
Binary 1010010 101111 10111011 111000 1001011 0 11011 11111111 111100 101110

Color Harmonies of #522FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522FBB

Black with #522FBB

Text Example


Text Example

White with #522FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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