Html Css Color HEX #7263AB Scampi

📋 copy color: '#7263AB'

red 114 ◦ green 99 ◦ blue 171

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

Shades of Scampi #7263AB

Tints of Scampi #7263AB

RGB

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

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

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

R = 29.69%
G = 25.78%
B = 44.53%

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

#7263AB (or 0x7263AB) is known color: Scampi. HEX triplet: 72, 63 and AB. RGB value is (114,99,171). Sum of RGB (Red+Green+Blue) = 114+99+171=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #7263AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7263AB is #8D9C54. Grayscale: #6F6F6F. Windows color (decimal): -9280597 or 11232114. OLE color: 11232114.

HSL color Cylindrical-coordinate representation of color #7263AB: hue angle of 252.5º degrees, saturation: 0.3, 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 #7263AB is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 99 171 -
CMYK 0.33 0.42 0 0.33
HSL 252.5º 0.3% 0.53% -
HSV(B) 252.5º 0.42% 0.67% -
XYZ 18.75 15.44 40.52 -
YUV 111.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 114 99 171 0.33 0.42 0 0.33 252.5 0.3 0.53
Hex 72 63 AB 21 2A 0 21 FD 1E 35
Octal 162 143 253 41 52 0 41 375 36 65
Binary 1110010 1100011 10101011 100001 101010 0 100001 11111101 11110 110101

Color Harmonies of #7263AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7263AB

Black with #7263AB

Text Example


Text Example

White with #7263AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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