Html Css Color HEX #5332B5 Purple Heart

📋 copy color: '#5332B5'

red 83 ◦ green 50 ◦ blue 181

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

Shades of Purple Heart #5332B5

Tints of Purple Heart #5332B5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 26.43%
G = 15.92%
B = 57.64%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5332B5 (or 0x5332B5) is known color: Purple Heart. HEX triplet: 53, 32 and B5. RGB value is (83,50,181). Sum of RGB (Red+Green+Blue) = 83+50+181=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #5332B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5332B5 is #ACCD4A. Grayscale: #4A4A4A. Windows color (decimal): -11324747 or 11874899. OLE color: 11874899.

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

Color convert

RGB 83 50 181 -
CMYK 0.54 0.72 0 0.29
HSL 255.11º 0.57% 0.45% -
HSV(B) 255.11º 0.72% 0.71% -
XYZ 13.05 7.46 44.47 -
YUV 74.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 83 50 181 0.54 0.72 0 0.29 255.11 0.57 0.45
Hex 53 32 B5 36 48 0 1D FF 39 2D
Octal 123 62 265 66 110 0 35 377 71 55
Binary 1010011 110010 10110101 110110 1001000 0 11101 11111111 111001 101101

Color Harmonies of #5332B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5332B5

Black with #5332B5

Text Example


Text Example

White with #5332B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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