Html Css Color HEX #5322B4 Purple Heart

📋 copy color: '#5322B4'

red 83 ◦ green 34 ◦ blue 180

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

Shades of Purple Heart #5322B4

Tints of Purple Heart #5322B4

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

 BLUE value IS 180 (70.7% from 255) = 60.61%

R = 27.95%
G = 11.45%
B = 60.61%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5322B4 (or 0x5322B4) is known color: Purple Heart. HEX triplet: 53, 22 and B4. RGB value is (83,34,180). Sum of RGB (Red+Green+Blue) = 83+34+180=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #5322B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5322B4 is #ACDD4B. Grayscale: #404040. Windows color (decimal): -11328844 or 11805267. OLE color: 11805267.

HSL color Cylindrical-coordinate representation of color #5322B4: hue angle of 260.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5322B4 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 34 180 -
CMYK 0.54 0.81 0 0.29
HSL 260.14º 0.68% 0.42% -
HSV(B) 260.14º 0.81% 0.71% -
XYZ 12.38 6.28 43.74 -
YUV 65.3 192.73 140.63 -
System Red Green Blue C M Y K H S L
Decimal 83 34 180 0.54 0.81 0 0.29 260.14 0.68 0.42
Hex 53 22 B4 36 51 0 1D 104 44 2A
Octal 123 42 264 66 121 0 35 404 104 52
Binary 1010011 100010 10110100 110110 1010001 0 11101 100000100 1000100 101010

Color Harmonies of #5322B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5322B4

Black with #5322B4

Text Example


Text Example

White with #5322B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5322B4; }

 p { color: rgb(83,34,180); }

 H1.HeaderClassName
 {
   color: #5322B4;
 }
 .AnyTagClassName
 {
   color: #5322B4;
 }
</style>

background-color css

<style>
 a { background-color: #5322B4; }

 a { background-color: rgb(83,34,180); }

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

border-color css

<style>
 span { border-color: #5322B4; }

 span { border-color: rgb(83,34,180); }

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