Html Css Color HEX #5326B5 Purple Heart

📋 copy color: '#5326B5'

red 83 ◦ green 38 ◦ blue 181

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

Shades of Purple Heart #5326B5

Tints of Purple Heart #5326B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 59.93%

R = 27.48%
G = 12.58%
B = 59.93%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5326B5 (or 0x5326B5) is known color: Purple Heart. HEX triplet: 53, 26 and B5. RGB value is (83,38,181). Sum of RGB (Red+Green+Blue) = 83+38+181=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 181 (71.09% from 255 or 59.93% from 302); Max value from RGB is 181 - color contains mainly: blue. Hex color #5326B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5326B5 is #ACD94A. Grayscale: #434343. Windows color (decimal): -11327819 or 11871827. OLE color: 11871827.

HSL color Cylindrical-coordinate representation of color #5326B5: hue angle of 258.88º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5326B5 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 38 181 -
CMYK 0.54 0.79 0 0.29
HSL 258.88º 0.65% 0.43% -
HSV(B) 258.88º 0.79% 0.71% -
XYZ 12.6 6.56 44.32 -
YUV 67.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 83 38 181 0.54 0.79 0 0.29 258.88 0.65 0.43
Hex 53 26 B5 36 4F 0 1D 103 41 2B
Octal 123 46 265 66 117 0 35 403 101 53
Binary 1010011 100110 10110101 110110 1001111 0 11101 100000011 1000001 101011

Color Harmonies of #5326B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5326B5

Black with #5326B5

Text Example


Text Example

White with #5326B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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