Html Css Color HEX #7259A4 Scampi

📋 copy color: '#7259A4'

red 114 ◦ green 89 ◦ blue 164

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

Shades of Scampi #7259A4

Tints of Scampi #7259A4

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.25%

 BLUE value IS 164 (64.45% from 255) = 44.69%

R = 31.06%
G = 24.25%
B = 44.69%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7259A4 (or 0x7259A4) is known color: Scampi. HEX triplet: 72, 59 and A4. RGB value is (114,89,164). Sum of RGB (Red+Green+Blue) = 114+89+164=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #7259A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7259A4 is #8DA65B. Grayscale: #686868. Windows color (decimal): -9283164 or 10770802. OLE color: 10770802.

HSL color Cylindrical-coordinate representation of color #7259A4: hue angle of 260º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7259A4 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 89 164 -
CMYK 0.30 0.46 0 0.36
HSL 260º 0.3% 0.5% -
HSV(B) 260º 0.46% 0.64% -
XYZ 17.21 13.4 36.8 -
YUV 105.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 114 89 164 0.30 0.46 0 0.36 260 0.3 0.5
Hex 72 59 A4 1E 2E 0 24 104 1E 32
Octal 162 131 244 36 56 0 44 404 36 62
Binary 1110010 1011001 10100100 11110 101110 0 100100 100000100 11110 110010

Color Harmonies of #7259A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259A4

Black with #7259A4

Text Example


Text Example

White with #7259A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7259A4; }

 p { color: rgb(114,89,164); }

 H1.HeaderClassName
 {
   color: #7259A4;
 }
 .AnyTagClassName
 {
   color: #7259A4;
 }
</style>

background-color css

<style>
 a { background-color: #7259A4; }

 a { background-color: rgb(114,89,164); }

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

border-color css

<style>
 span { border-color: #7259A4; }

 span { border-color: rgb(114,89,164); }

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