Html Css Color HEX #5335AD Purple Heart

📋 copy color: '#5335AD'

red 83 ◦ green 53 ◦ blue 173

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

Shades of Purple Heart #5335AD

Tints of Purple Heart #5335AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.15%

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

R = 26.86%
G = 17.15%
B = 55.99%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5335AD (or 0x5335AD) is known color: Purple Heart. HEX triplet: 53, 35 and AD. RGB value is (83,53,173). Sum of RGB (Red+Green+Blue) = 83+53+173=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #5335AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5335AD is #ACCA52. Grayscale: #4B4B4B. Windows color (decimal): -11323987 or 11351379. OLE color: 11351379.

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

Color convert

RGB 83 53 173 -
CMYK 0.52 0.69 0 0.32
HSL 255º 0.53% 0.44% -
HSV(B) 255º 0.69% 0.68% -
XYZ 12.38 7.4 40.31 -
YUV 75.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 83 53 173 0.52 0.69 0 0.32 255 0.53 0.44
Hex 53 35 AD 34 45 0 20 FF 35 2C
Octal 123 65 255 64 105 0 40 377 65 54
Binary 1010011 110101 10101101 110100 1000101 0 100000 11111111 110101 101100

Color Harmonies of #5335AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5335AD

Black with #5335AD

Text Example


Text Example

White with #5335AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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