Html Css Color HEX #7462AC Scampi

📋 copy color: '#7462AC'

red 116 ◦ green 98 ◦ blue 172

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

Shades of Scampi #7462AC

Tints of Scampi #7462AC

RGB

 RED value IS 116 (45.7% from 255) = 30.05%

 GREEN value IS 98 (38.67% from 255) = 25.39%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 30.05%
G = 25.39%
B = 44.56%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7462AC (or 0x7462AC) is known color: Scampi. HEX triplet: 74, 62 and AC. RGB value is (116,98,172). Sum of RGB (Red+Green+Blue) = 116+98+172=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #7462AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7462AC is #8B9D53. Grayscale: #6F6F6F. Windows color (decimal): -9149780 or 11297396. OLE color: 11297396.

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

Color convert

RGB 116 98 172 -
CMYK 0.33 0.43 0 0.33
HSL 254.59º 0.31% 0.53% -
HSV(B) 254.59º 0.43% 0.67% -
XYZ 19.02 15.43 41.01 -
YUV 111.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 116 98 172 0.33 0.43 0 0.33 254.59 0.31 0.53
Hex 74 62 AC 21 2B 0 21 FF 1F 35
Octal 164 142 254 41 53 0 41 377 37 65
Binary 1110100 1100010 10101100 100001 101011 0 100001 11111111 11111 110101

Color Harmonies of #7462AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7462AC

Black with #7462AC

Text Example


Text Example

White with #7462AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7462AC; }

 p { color: rgb(116,98,172); }

 H1.HeaderClassName
 {
   color: #7462AC;
 }
 .AnyTagClassName
 {
   color: #7462AC;
 }
</style>

background-color css

<style>
 a { background-color: #7462AC; }

 a { background-color: rgb(116,98,172); }

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

border-color css

<style>
 span { border-color: #7462AC; }

 span { border-color: rgb(116,98,172); }

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