Html Css Color HEX #5338AD Purple Heart

📋 copy color: '#5338AD'

red 83 ◦ green 56 ◦ blue 173

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

Shades of Purple Heart #5338AD

Tints of Purple Heart #5338AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 26.6%
G = 17.95%
B = 55.45%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5338AD (or 0x5338AD) is known color: Purple Heart. HEX triplet: 53, 38 and AD. RGB value is (83,56,173). Sum of RGB (Red+Green+Blue) = 83+56+173=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #5338AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5338AD is #ACC752. Grayscale: #4C4C4C. Windows color (decimal): -11323219 or 11352147. OLE color: 11352147.

HSL color Cylindrical-coordinate representation of color #5338AD: hue angle of 253.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5338AD is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 56 173 -
CMYK 0.52 0.68 0 0.32
HSL 253.85º 0.51% 0.45% -
HSV(B) 253.85º 0.68% 0.68% -
XYZ 12.52 7.68 40.36 -
YUV 77.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 83 56 173 0.52 0.68 0 0.32 253.85 0.51 0.45
Hex 53 38 AD 34 44 0 20 FE 33 2D
Octal 123 70 255 64 104 0 40 376 63 55
Binary 1010011 111000 10101101 110100 1000100 0 100000 11111110 110011 101101

Color Harmonies of #5338AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5338AD

Black with #5338AD

Text Example


Text Example

White with #5338AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5338AD; }

 p { color: rgb(83,56,173); }

 H1.HeaderClassName
 {
   color: #5338AD;
 }
 .AnyTagClassName
 {
   color: #5338AD;
 }
</style>

background-color css

<style>
 a { background-color: #5338AD; }

 a { background-color: rgb(83,56,173); }

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

border-color css

<style>
 span { border-color: #5338AD; }

 span { border-color: rgb(83,56,173); }

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