Html Css Color HEX #5335AC Purple Heart

📋 copy color: '#5335AC'

red 83 ◦ green 53 ◦ blue 172

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

Shades of Purple Heart #5335AC

Tints of Purple Heart #5335AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.84%

R = 26.95%
G = 17.21%
B = 55.84%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5335AC (or 0x5335AC) is known color: Purple Heart. HEX triplet: 53, 35 and AC. RGB value is (83,53,172). Sum of RGB (Red+Green+Blue) = 83+53+172=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #5335AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5335AC is #ACCA53. Grayscale: #4B4B4B. Windows color (decimal): -11323988 or 11285843. OLE color: 11285843.

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

Color convert

RGB 83 53 172 -
CMYK 0.52 0.69 0 0.33
HSL 255.13º 0.53% 0.44% -
HSV(B) 255.13º 0.69% 0.67% -
XYZ 12.29 7.36 39.8 -
YUV 75.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 83 53 172 0.52 0.69 0 0.33 255.13 0.53 0.44
Hex 53 35 AC 34 45 0 21 FF 35 2C
Octal 123 65 254 64 105 0 41 377 65 54
Binary 1010011 110101 10101100 110100 1000101 0 100001 11111111 110101 101100

Color Harmonies of #5335AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5335AC

Black with #5335AC

Text Example


Text Example

White with #5335AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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