Html Css Color HEX #7628AE Royal Purple

📋 copy color: '#7628AE'

red 118 ◦ green 40 ◦ blue 174

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

Shades of Royal Purple #7628AE

Tints of Royal Purple #7628AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.05%

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

R = 35.54%
G = 12.05%
B = 52.41%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7628AE (or 0x7628AE) is known color: Royal Purple. HEX triplet: 76, 28 and AE. RGB value is (118,40,174). Sum of RGB (Red+Green+Blue) = 118+40+174=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #7628AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7628AE is #89D751. Grayscale: #4E4E4E. Windows color (decimal): -9033554 or 11413622. OLE color: 11413622.

HSL color Cylindrical-coordinate representation of color #7628AE: hue angle of 274.93º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7628AE is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 40 174 -
CMYK 0.32 0.77 0 0.32
HSL 274.93º 0.63% 0.42% -
HSV(B) 274.93º 0.77% 0.68% -
XYZ 15.87 8.43 40.83 -
YUV 78.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 118 40 174 0.32 0.77 0 0.32 274.93 0.63 0.42
Hex 76 28 AE 20 4D 0 20 113 3F 2A
Octal 166 50 256 40 115 0 40 423 77 52
Binary 1110110 101000 10101110 100000 1001101 0 100000 100010011 111111 101010

Color Harmonies of #7628AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7628AE

Black with #7628AE

Text Example


Text Example

White with #7628AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,40,174); }

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

background-color css

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

 a { background-color: rgb(118,40,174); }

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

border-color css

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

 span { border-color: rgb(118,40,174); }

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