Html Css Color HEX #7265AA Scampi

📋 copy color: '#7265AA'

red 114 ◦ green 101 ◦ blue 170

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

Shades of Scampi #7265AA

Tints of Scampi #7265AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

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

R = 29.61%
G = 26.23%
B = 44.16%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7265AA (or 0x7265AA) is known color: Scampi. HEX triplet: 72, 65 and AA. RGB value is (114,101,170). Sum of RGB (Red+Green+Blue) = 114+101+170=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #7265AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7265AA is #8D9A55. Grayscale: #707070. Windows color (decimal): -9280086 or 11167090. OLE color: 11167090.

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

Color convert

RGB 114 101 170 -
CMYK 0.33 0.41 0 0.33
HSL 251.3º 0.29% 0.53% -
HSV(B) 251.3º 0.41% 0.67% -
XYZ 18.85 15.79 40.08 -
YUV 112.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 114 101 170 0.33 0.41 0 0.33 251.3 0.29 0.53
Hex 72 65 AA 21 29 0 21 FB 1D 35
Octal 162 145 252 41 51 0 41 373 35 65
Binary 1110010 1100101 10101010 100001 101001 0 100001 11111011 11101 110101

Color Harmonies of #7265AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7265AA

Black with #7265AA

Text Example


Text Example

White with #7265AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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