Html Css Color HEX #5327BA Purple Heart

📋 copy color: '#5327BA'

red 83 ◦ green 39 ◦ blue 186

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

Shades of Purple Heart #5327BA

Tints of Purple Heart #5327BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 26.95%
G = 12.66%
B = 60.39%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5327BA (or 0x5327BA) is known color: Purple Heart. HEX triplet: 53, 27 and BA. RGB value is (83,39,186). Sum of RGB (Red+Green+Blue) = 83+39+186=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #5327BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5327BA is #ACD845. Grayscale: #444444. Windows color (decimal): -11327558 or 12199763. OLE color: 12199763.

HSL color Cylindrical-coordinate representation of color #5327BA: hue angle of 257.96º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5327BA is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 39 186 -
CMYK 0.55 0.79 0 0.27
HSL 257.96º 0.65% 0.44% -
HSV(B) 257.96º 0.79% 0.73% -
XYZ 13.16 6.84 47.08 -
YUV 68.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 83 39 186 0.55 0.79 0 0.27 257.96 0.65 0.44
Hex 53 27 BA 37 4F 0 1B 102 41 2C
Octal 123 47 272 67 117 0 33 402 101 54
Binary 1010011 100111 10111010 110111 1001111 0 11011 100000010 1000001 101100

Color Harmonies of #5327BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5327BA

Black with #5327BA

Text Example


Text Example

White with #5327BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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