Html Css Color HEX #5225BB Purple Heart

📋 copy color: '#5225BB'

red 82 ◦ green 37 ◦ blue 187

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

Shades of Purple Heart #5225BB

Tints of Purple Heart #5225BB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 26.8%
G = 12.09%
B = 61.11%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5225BB (or 0x5225BB) is known color: Purple Heart. HEX triplet: 52, 25 and BB. RGB value is (82,37,187). Sum of RGB (Red+Green+Blue) = 82+37+187=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #5225BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5225BB is #ADDA44. Grayscale: #434343. Windows color (decimal): -11393605 or 12264786. OLE color: 12264786.

HSL color Cylindrical-coordinate representation of color #5225BB: hue angle of 258º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5225BB is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 37 187 -
CMYK 0.56 0.80 0 0.27
HSL 258º 0.67% 0.44% -
HSV(B) 258º 0.8% 0.73% -
XYZ 13.11 6.7 47.62 -
YUV 67.56 195.41 138.3 -
System Red Green Blue C M Y K H S L
Decimal 82 37 187 0.56 0.80 0 0.27 258 0.67 0.44
Hex 52 25 BB 38 50 0 1B 102 43 2C
Octal 122 45 273 70 120 0 33 402 103 54
Binary 1010010 100101 10111011 111000 1010000 0 11011 100000010 1000011 101100

Color Harmonies of #5225BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5225BB

Black with #5225BB

Text Example


Text Example

White with #5225BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5225BB; }

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

 H1.HeaderClassName
 {
   color: #5225BB;
 }
 .AnyTagClassName
 {
   color: #5225BB;
 }
</style>

background-color css

<style>
 a { background-color: #5225BB; }

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

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

border-color css

<style>
 span { border-color: #5225BB; }

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

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