Html Css Color HEX #5326BA Purple Heart

📋 copy color: '#5326BA'

red 83 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #5326BA

Tints of Purple Heart #5326BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

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

R = 27.04%
G = 12.38%
B = 60.59%

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

#5326BA (or 0x5326BA) is known color: Purple Heart. HEX triplet: 53, 26 and BA. RGB value is (83,38,186). Sum of RGB (Red+Green+Blue) = 83+38+186=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #5326BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5326BA is #ACD945. Grayscale: #434343. Windows color (decimal): -11327814 or 12199507. OLE color: 12199507.

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

Color convert

RGB 83 38 186 -
CMYK 0.55 0.80 0 0.27
HSL 258.24º 0.66% 0.44% -
HSV(B) 258.24º 0.8% 0.73% -
XYZ 13.12 6.77 47.07 -
YUV 68.33 194.41 138.47 -
System Red Green Blue C M Y K H S L
Decimal 83 38 186 0.55 0.80 0 0.27 258.24 0.66 0.44
Hex 53 26 BA 37 50 0 1B 102 42 2C
Octal 123 46 272 67 120 0 33 402 102 54
Binary 1010011 100110 10111010 110111 1010000 0 11011 100000010 1000010 101100

Color Harmonies of #5326BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5326BA

Black with #5326BA

Text Example


Text Example

White with #5326BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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