Html Css Color HEX #7634AB Royal Purple

📋 copy color: '#7634AB'

red 118 ◦ green 52 ◦ blue 171

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

Shades of Royal Purple #7634AB

Tints of Royal Purple #7634AB

RGB

 RED value IS 118 (46.48% from 255) = 34.6%

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

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

R = 34.6%
G = 15.25%
B = 50.15%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7634AB (or 0x7634AB) is known color: Royal Purple. HEX triplet: 76, 34 and AB. RGB value is (118,52,171). Sum of RGB (Red+Green+Blue) = 118+52+171=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #7634AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7634AB is #89CB54. Grayscale: #545454. Windows color (decimal): -9030485 or 11220086. OLE color: 11220086.

HSL color Cylindrical-coordinate representation of color #7634AB: hue angle of 273.28º 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 #7634AB is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 52 171 -
CMYK 0.31 0.70 0 0.33
HSL 273.28º 0.53% 0.44% -
HSV(B) 273.28º 0.7% 0.67% -
XYZ 16.05 9.25 39.47 -
YUV 85.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 118 52 171 0.31 0.70 0 0.33 273.28 0.53 0.44
Hex 76 34 AB 1F 46 0 21 111 35 2C
Octal 166 64 253 37 106 0 41 421 65 54
Binary 1110110 110100 10101011 11111 1000110 0 100001 100010001 110101 101100

Color Harmonies of #7634AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7634AB

Black with #7634AB

Text Example


Text Example

White with #7634AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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