Html Css Color HEX #5325BD Purple Heart

📋 copy color: '#5325BD'

red 83 ◦ green 37 ◦ blue 189

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

Shades of Purple Heart #5325BD

Tints of Purple Heart #5325BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.17%

R = 26.86%
G = 11.97%
B = 61.17%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5325BD (or 0x5325BD) is known color: Purple Heart. HEX triplet: 53, 25 and BD. RGB value is (83,37,189). Sum of RGB (Red+Green+Blue) = 83+37+189=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #5325BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5325BD is #ACDA42. Grayscale: #434343. Windows color (decimal): -11328067 or 12395859. OLE color: 12395859.

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

Color convert

RGB 83 37 189 -
CMYK 0.56 0.80 0 0.26
HSL 258.16º 0.67% 0.44% -
HSV(B) 258.16º 0.8% 0.74% -
XYZ 13.41 6.84 48.76 -
YUV 68.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 83 37 189 0.56 0.80 0 0.26 258.16 0.67 0.44
Hex 53 25 BD 38 50 0 1A 102 43 2C
Octal 123 45 275 70 120 0 32 402 103 54
Binary 1010011 100101 10111101 111000 1010000 0 11010 100000010 1000011 101100

Color Harmonies of #5325BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5325BD

Black with #5325BD

Text Example


Text Example

White with #5325BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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