Html Css Color HEX #7436AC Royal Purple

📋 copy color: '#7436AC'

red 116 ◦ green 54 ◦ blue 172

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

Shades of Royal Purple #7436AC

Tints of Royal Purple #7436AC

RGB

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

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

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

R = 33.92%
G = 15.79%
B = 50.29%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7436AC (or 0x7436AC) is known color: Royal Purple. HEX triplet: 74, 36 and AC. RGB value is (116,54,172). Sum of RGB (Red+Green+Blue) = 116+54+172=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #7436AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7436AC is #8BC953. Grayscale: #555555. Windows color (decimal): -9161044 or 11286132. OLE color: 11286132.

HSL color Cylindrical-coordinate representation of color #7436AC: hue angle of 271.53º degrees, saturation: 0.52, 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 #7436AC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 54 172 -
CMYK 0.33 0.69 0 0.33
HSL 271.53º 0.52% 0.44% -
HSV(B) 271.53º 0.69% 0.67% -
XYZ 15.97 9.33 39.99 -
YUV 85.99 176.54 149.41 -
System Red Green Blue C M Y K H S L
Decimal 116 54 172 0.33 0.69 0 0.33 271.53 0.52 0.44
Hex 74 36 AC 21 45 0 21 110 34 2C
Octal 164 66 254 41 105 0 41 420 64 54
Binary 1110100 110110 10101100 100001 1000101 0 100001 100010000 110100 101100

Color Harmonies of #7436AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7436AC

Black with #7436AC

Text Example


Text Example

White with #7436AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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