Html Css Color HEX #522BBE Purple Heart

📋 copy color: '#522BBE'

red 82 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #522BBE

Tints of Purple Heart #522BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 26.03%
G = 13.65%
B = 60.32%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#522BBE (or 0x522BBE) is known color: Purple Heart. HEX triplet: 52, 2B and BE. RGB value is (82,43,190). Sum of RGB (Red+Green+Blue) = 82+43+190=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #522BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BBE is #ADD441. Grayscale: #464646. Windows color (decimal): -11392066 or 12462930. OLE color: 12462930.

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

Color convert

RGB 82 43 190 -
CMYK 0.57 0.77 0 0.25
HSL 255.92º 0.63% 0.46% -
HSV(B) 255.92º 0.77% 0.75% -
XYZ 13.64 7.24 49.39 -
YUV 71.42 194.92 135.55 -
System Red Green Blue C M Y K H S L
Decimal 82 43 190 0.57 0.77 0 0.25 255.92 0.63 0.46
Hex 52 2B BE 39 4D 0 19 100 3F 2E
Octal 122 53 276 71 115 0 31 400 77 56
Binary 1010010 101011 10111110 111001 1001101 0 11001 100000000 111111 101110

Color Harmonies of #522BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BBE

Black with #522BBE

Text Example


Text Example

White with #522BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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