Html Css Color HEX #5329BF Purple Heart

📋 copy color: '#5329BF'

red 83 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #5329BF

Tints of Purple Heart #5329BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

 BLUE value IS 191 (75% from 255) = 60.63%

R = 26.35%
G = 13.02%
B = 60.63%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5329BF (or 0x5329BF) is known color: Purple Heart. HEX triplet: 53, 29 and BF. RGB value is (83,41,191). Sum of RGB (Red+Green+Blue) = 83+41+191=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #5329BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5329BF is #ACD640. Grayscale: #464646. Windows color (decimal): -11327041 or 12527955. OLE color: 12527955.

HSL color Cylindrical-coordinate representation of color #5329BF: hue angle of 256.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5329BF is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 41 191 -
CMYK 0.57 0.79 0 0.25
HSL 256.8º 0.65% 0.45% -
HSV(B) 256.8º 0.79% 0.75% -
XYZ 13.76 7.19 49.95 -
YUV 70.66 195.91 136.8 -
System Red Green Blue C M Y K H S L
Decimal 83 41 191 0.57 0.79 0 0.25 256.8 0.65 0.45
Hex 53 29 BF 39 4F 0 19 101 41 2D
Octal 123 51 277 71 117 0 31 401 101 55
Binary 1010011 101001 10111111 111001 1001111 0 11001 100000001 1000001 101101

Color Harmonies of #5329BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5329BF

Black with #5329BF

Text Example


Text Example

White with #5329BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5329BF; }

 p { color: rgb(83,41,191); }

 H1.HeaderClassName
 {
   color: #5329BF;
 }
 .AnyTagClassName
 {
   color: #5329BF;
 }
</style>

background-color css

<style>
 a { background-color: #5329BF; }

 a { background-color: rgb(83,41,191); }

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

border-color css

<style>
 span { border-color: #5329BF; }

 span { border-color: rgb(83,41,191); }

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