Html Css Color HEX #7263AA Scampi

📋 copy color: '#7263AA'

red 114 ◦ green 99 ◦ blue 170

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

Shades of Scampi #7263AA

Tints of Scampi #7263AA

RGB

 RED value IS 114 (44.92% from 255) = 29.77%

 GREEN value IS 99 (39.06% from 255) = 25.85%

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

R = 29.77%
G = 25.85%
B = 44.39%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7263AA (or 0x7263AA) is known color: Scampi. HEX triplet: 72, 63 and AA. RGB value is (114,99,170). Sum of RGB (Red+Green+Blue) = 114+99+170=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #7263AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7263AA is #8D9C55. Grayscale: #6F6F6F. Windows color (decimal): -9280598 or 11166578. OLE color: 11166578.

HSL color Cylindrical-coordinate representation of color #7263AA: hue angle of 252.68º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7263AA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 99 170 -
CMYK 0.33 0.42 0 0.33
HSL 252.68º 0.29% 0.53% -
HSV(B) 252.68º 0.42% 0.67% -
XYZ 18.66 15.4 40.02 -
YUV 111.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 114 99 170 0.33 0.42 0 0.33 252.68 0.29 0.53
Hex 72 63 AA 21 2A 0 21 FD 1D 35
Octal 162 143 252 41 52 0 41 375 35 65
Binary 1110010 1100011 10101010 100001 101010 0 100001 11111101 11101 110101

Color Harmonies of #7263AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7263AA

Black with #7263AA

Text Example


Text Example

White with #7263AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,99,170); }

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

background-color css

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

 a { background-color: rgb(114,99,170); }

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

border-color css

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

 span { border-color: rgb(114,99,170); }

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