Html Css Color HEX #5325BA Purple Heart

📋 copy color: '#5325BA'

red 83 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #5325BA

Tints of Purple Heart #5325BA

RGB

 RED value IS 83 (32.81% from 255) = 27.12%

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

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 27.12%
G = 12.09%
B = 60.78%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5325BA (or 0x5325BA) is known color: Purple Heart. HEX triplet: 53, 25 and BA. RGB value is (83,37,186). Sum of RGB (Red+Green+Blue) = 83+37+186=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #5325BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5325BA is #ACDA45. Grayscale: #434343. Windows color (decimal): -11328070 or 12199251. OLE color: 12199251.

HSL color Cylindrical-coordinate representation of color #5325BA: hue angle of 258.52º 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 #5325BA is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 37 186 -
CMYK 0.55 0.80 0 0.27
HSL 258.52º 0.67% 0.44% -
HSV(B) 258.52º 0.8% 0.73% -
XYZ 13.09 6.71 47.06 -
YUV 67.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 83 37 186 0.55 0.80 0 0.27 258.52 0.67 0.44
Hex 53 25 BA 37 50 0 1B 103 43 2C
Octal 123 45 272 67 120 0 33 403 103 54
Binary 1010011 100101 10111010 110111 1010000 0 11011 100000011 1000011 101100

Color Harmonies of #5325BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5325BA

Black with #5325BA

Text Example


Text Example

White with #5325BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5325BA; }

 p { color: rgb(83,37,186); }

 H1.HeaderClassName
 {
   color: #5325BA;
 }
 .AnyTagClassName
 {
   color: #5325BA;
 }
</style>

background-color css

<style>
 a { background-color: #5325BA; }

 a { background-color: rgb(83,37,186); }

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

border-color css

<style>
 span { border-color: #5325BA; }

 span { border-color: rgb(83,37,186); }

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