Html Css Color HEX #7434AE Royal Purple

📋 copy color: '#7434AE'

red 116 ◦ green 52 ◦ blue 174

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

Shades of Royal Purple #7434AE

Tints of Royal Purple #7434AE

RGB

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

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

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

R = 33.92%
G = 15.2%
B = 50.88%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7434AE (or 0x7434AE) is known color: Royal Purple. HEX triplet: 74, 34 and AE. RGB value is (116,52,174). Sum of RGB (Red+Green+Blue) = 116+52+174=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #7434AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7434AE is #8BCB51. Grayscale: #545454. Windows color (decimal): -9161554 or 11416692. OLE color: 11416692.

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

Color convert

RGB 116 52 174 -
CMYK 0.33 0.70 0 0.32
HSL 271.48º 0.54% 0.44% -
HSV(B) 271.48º 0.7% 0.68% -
XYZ 16.07 9.22 40.98 -
YUV 85.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 116 52 174 0.33 0.70 0 0.32 271.48 0.54 0.44
Hex 74 34 AE 21 46 0 20 10F 36 2C
Octal 164 64 256 41 106 0 40 417 66 54
Binary 1110100 110100 10101110 100001 1000110 0 100000 100001111 110110 101100

Color Harmonies of #7434AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7434AE

Black with #7434AE

Text Example


Text Example

White with #7434AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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