Html Css Color HEX #7264AA Scampi

📋 copy color: '#7264AA'

red 114 ◦ green 100 ◦ blue 170

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

Shades of Scampi #7264AA

Tints of Scampi #7264AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.04%

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

R = 29.69%
G = 26.04%
B = 44.27%

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

#7264AA (or 0x7264AA) is known color: Scampi. HEX triplet: 72, 64 and AA. RGB value is (114,100,170). Sum of RGB (Red+Green+Blue) = 114+100+170=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #7264AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7264AA is #8D9B55. Grayscale: #6F6F6F. Windows color (decimal): -9280342 or 11166834. OLE color: 11166834.

HSL color Cylindrical-coordinate representation of color #7264AA: hue angle of 252º 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 #7264AA is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 100 170 -
CMYK 0.33 0.41 0 0.33
HSL 252º 0.29% 0.53% -
HSV(B) 252º 0.41% 0.67% -
XYZ 18.75 15.59 40.05 -
YUV 112.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 114 100 170 0.33 0.41 0 0.33 252 0.29 0.53
Hex 72 64 AA 21 29 0 21 FC 1D 35
Octal 162 144 252 41 51 0 41 374 35 65
Binary 1110010 1100100 10101010 100001 101001 0 100001 11111100 11101 110101

Color Harmonies of #7264AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7264AA

Black with #7264AA

Text Example


Text Example

White with #7264AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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