Html Css Color HEX #7436AA Royal Purple

📋 copy color: '#7436AA'

red 116 ◦ green 54 ◦ blue 170

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

Shades of Royal Purple #7436AA

Tints of Royal Purple #7436AA

RGB

 RED value IS 116 (45.7% from 255) = 34.12%

 GREEN value IS 54 (21.48% from 255) = 15.88%

 BLUE value IS 170 (66.8% from 255) = 50%

R = 34.12%
G = 15.88%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7436AA (or 0x7436AA) is known color: Royal Purple. HEX triplet: 74, 36 and AA. RGB value is (116,54,170). Sum of RGB (Red+Green+Blue) = 116+54+170=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #7436AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7436AA is #8BC955. Grayscale: #555555. Windows color (decimal): -9161046 or 11155060. OLE color: 11155060.

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

Color convert

RGB 116 54 170 -
CMYK 0.32 0.68 0 0.33
HSL 272.07º 0.52% 0.44% -
HSV(B) 272.07º 0.68% 0.67% -
XYZ 15.78 9.25 38.98 -
YUV 85.76 175.54 149.57 -
System Red Green Blue C M Y K H S L
Decimal 116 54 170 0.32 0.68 0 0.33 272.07 0.52 0.44
Hex 74 36 AA 20 44 0 21 110 34 2C
Octal 164 66 252 40 104 0 41 420 64 54
Binary 1110100 110110 10101010 100000 1000100 0 100001 100010000 110100 101100

Color Harmonies of #7436AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7436AA

Black with #7436AA

Text Example


Text Example

White with #7436AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7436AA; }

 p { color: rgb(116,54,170); }

 H1.HeaderClassName
 {
   color: #7436AA;
 }
 .AnyTagClassName
 {
   color: #7436AA;
 }
</style>

background-color css

<style>
 a { background-color: #7436AA; }

 a { background-color: rgb(116,54,170); }

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

border-color css

<style>
 span { border-color: #7436AA; }

 span { border-color: rgb(116,54,170); }

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