Html Css Color HEX #7434AB Royal Purple

📋 copy color: '#7434AB'

red 116 ◦ green 52 ◦ blue 171

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

Shades of Royal Purple #7434AB

Tints of Royal Purple #7434AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

 BLUE value IS 171 (67.19% from 255) = 50.44%

R = 34.22%
G = 15.34%
B = 50.44%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7434AB (or 0x7434AB) is known color: Royal Purple. HEX triplet: 74, 34 and AB. RGB value is (116,52,171). Sum of RGB (Red+Green+Blue) = 116+52+171=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #7434AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7434AB is #8BCB54. Grayscale: #545454. Windows color (decimal): -9161557 or 11220084. OLE color: 11220084.

HSL color Cylindrical-coordinate representation of color #7434AB: hue angle of 272.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7434AB is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 52 171 -
CMYK 0.32 0.70 0 0.33
HSL 272.27º 0.53% 0.44% -
HSV(B) 272.27º 0.7% 0.67% -
XYZ 15.78 9.11 39.45 -
YUV 84.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 116 52 171 0.32 0.70 0 0.33 272.27 0.53 0.44
Hex 74 34 AB 20 46 0 21 110 35 2C
Octal 164 64 253 40 106 0 41 420 65 54
Binary 1110100 110100 10101011 100000 1000110 0 100001 100010000 110101 101100

Color Harmonies of #7434AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7434AB

Black with #7434AB

Text Example


Text Example

White with #7434AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7434AB; }

 p { color: rgb(116,52,171); }

 H1.HeaderClassName
 {
   color: #7434AB;
 }
 .AnyTagClassName
 {
   color: #7434AB;
 }
</style>

background-color css

<style>
 a { background-color: #7434AB; }

 a { background-color: rgb(116,52,171); }

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

border-color css

<style>
 span { border-color: #7434AB; }

 span { border-color: rgb(116,52,171); }

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