Html Css Color HEX #7626AA Royal Purple

📋 copy color: '#7626AA'

red 118 ◦ green 38 ◦ blue 170

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

Shades of Royal Purple #7626AA

Tints of Royal Purple #7626AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.66%

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 36.2%
G = 11.66%
B = 52.15%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7626AA (or 0x7626AA) is known color: Royal Purple. HEX triplet: 76, 26 and AA. RGB value is (118,38,170). Sum of RGB (Red+Green+Blue) = 118+38+170=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #7626AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7626AA is #89D955. Grayscale: #4C4C4C. Windows color (decimal): -9034070 or 11150966. OLE color: 11150966.

HSL color Cylindrical-coordinate representation of color #7626AA: hue angle of 276.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7626AA is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 38 170 -
CMYK 0.31 0.78 0 0.33
HSL 276.36º 0.63% 0.41% -
HSV(B) 276.36º 0.78% 0.67% -
XYZ 15.42 8.14 38.79 -
YUV 76.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 118 38 170 0.31 0.78 0 0.33 276.36 0.63 0.41
Hex 76 26 AA 1F 4E 0 21 114 3F 29
Octal 166 46 252 37 116 0 41 424 77 51
Binary 1110110 100110 10101010 11111 1001110 0 100001 100010100 111111 101001

Color Harmonies of #7626AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7626AA

Black with #7626AA

Text Example


Text Example

White with #7626AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7626AA; }

 p { color: rgb(118,38,170); }

 H1.HeaderClassName
 {
   color: #7626AA;
 }
 .AnyTagClassName
 {
   color: #7626AA;
 }
</style>

background-color css

<style>
 a { background-color: #7626AA; }

 a { background-color: rgb(118,38,170); }

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

border-color css

<style>
 span { border-color: #7626AA; }

 span { border-color: rgb(118,38,170); }

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