Html Css Color HEX #7629AB Royal Purple

📋 copy color: '#7629AB'

red 118 ◦ green 41 ◦ blue 171

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

Shades of Royal Purple #7629AB

Tints of Royal Purple #7629AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

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

R = 35.76%
G = 12.42%
B = 51.82%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7629AB (or 0x7629AB) is known color: Royal Purple. HEX triplet: 76, 29 and AB. RGB value is (118,41,171). Sum of RGB (Red+Green+Blue) = 118+41+171=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #7629AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7629AB is #89D654. Grayscale: #4E4E4E. Windows color (decimal): -9033301 or 11217270. OLE color: 11217270.

HSL color Cylindrical-coordinate representation of color #7629AB: hue angle of 275.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7629AB is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 41 171 -
CMYK 0.31 0.76 0 0.33
HSL 275.54º 0.61% 0.42% -
HSV(B) 275.54º 0.76% 0.67% -
XYZ 15.61 8.38 39.32 -
YUV 78.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 118 41 171 0.31 0.76 0 0.33 275.54 0.61 0.42
Hex 76 29 AB 1F 4C 0 21 114 3D 2A
Octal 166 51 253 37 114 0 41 424 75 52
Binary 1110110 101001 10101011 11111 1001100 0 100001 100010100 111101 101010

Color Harmonies of #7629AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629AB

Black with #7629AB

Text Example


Text Example

White with #7629AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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