Html Css Color HEX #5133AE Purple Heart

📋 copy color: '#5133AE'

red 81 ◦ green 51 ◦ blue 174

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

Shades of Purple Heart #5133AE

Tints of Purple Heart #5133AE

RGB

 RED value IS 81 (32.03% from 255) = 26.47%

 GREEN value IS 51 (20.31% from 255) = 16.67%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 26.47%
G = 16.67%
B = 56.86%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5133AE (or 0x5133AE) is known color: Purple Heart. HEX triplet: 51, 33 and AE. RGB value is (81,51,174). Sum of RGB (Red+Green+Blue) = 81+51+174=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #5133AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5133AE is #AECC51. Grayscale: #494949. Windows color (decimal): -11455570 or 11416401. OLE color: 11416401.

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

Color convert

RGB 81 51 174 -
CMYK 0.53 0.71 0 0.32
HSL 254.63º 0.55% 0.44% -
HSV(B) 254.63º 0.71% 0.68% -
XYZ 12.22 7.17 40.79 -
YUV 73.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 81 51 174 0.53 0.71 0 0.32 254.63 0.55 0.44
Hex 51 33 AE 35 47 0 20 FF 37 2C
Octal 121 63 256 65 107 0 40 377 67 54
Binary 1010001 110011 10101110 110101 1000111 0 100000 11111111 110111 101100

Color Harmonies of #5133AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5133AE

Black with #5133AE

Text Example


Text Example

White with #5133AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5133AE; }

 p { color: rgb(81,51,174); }

 H1.HeaderClassName
 {
   color: #5133AE;
 }
 .AnyTagClassName
 {
   color: #5133AE;
 }
</style>

background-color css

<style>
 a { background-color: #5133AE; }

 a { background-color: rgb(81,51,174); }

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

border-color css

<style>
 span { border-color: #5133AE; }

 span { border-color: rgb(81,51,174); }

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