Html Css Color HEX #522ABF Purple Heart

📋 copy color: '#522ABF'

red 82 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #522ABF

Tints of Purple Heart #522ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.33%

 BLUE value IS 191 (75% from 255) = 60.63%

R = 26.03%
G = 13.33%
B = 60.63%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#522ABF (or 0x522ABF) is known color: Purple Heart. HEX triplet: 52, 2A and BF. RGB value is (82,42,191). Sum of RGB (Red+Green+Blue) = 82+42+191=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #522ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ABF is #ADD540. Grayscale: #464646. Windows color (decimal): -11392321 or 12528210. OLE color: 12528210.

HSL color Cylindrical-coordinate representation of color #522ABF: hue angle of 256.11º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522ABF is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 42 191 -
CMYK 0.57 0.78 0 0.25
HSL 256.11º 0.64% 0.46% -
HSV(B) 256.11º 0.78% 0.75% -
XYZ 13.71 7.21 49.96 -
YUV 70.95 195.75 135.88 -
System Red Green Blue C M Y K H S L
Decimal 82 42 191 0.57 0.78 0 0.25 256.11 0.64 0.46
Hex 52 2A BF 39 4E 0 19 100 40 2E
Octal 122 52 277 71 116 0 31 400 100 56
Binary 1010010 101010 10111111 111001 1001110 0 11001 100000000 1000000 101110

Color Harmonies of #522ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522ABF

Black with #522ABF

Text Example


Text Example

White with #522ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,42,191); }

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

background-color css

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

 a { background-color: rgb(82,42,191); }

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

border-color css

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

 span { border-color: rgb(82,42,191); }

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