Html Css Color HEX #7058A2 Scampi

📋 copy color: '#7058A2'

red 112 ◦ green 88 ◦ blue 162

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

Shades of Scampi #7058A2

Tints of Scampi #7058A2

RGB

 RED value IS 112 (44.14% from 255) = 30.94%

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 162 (63.67% from 255) = 44.75%

R = 30.94%
G = 24.31%
B = 44.75%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7058A2 (or 0x7058A2) is known color: Scampi. HEX triplet: 70, 58 and A2. RGB value is (112,88,162). Sum of RGB (Red+Green+Blue) = 112+88+162=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 162 - color contains mainly: blue. Hex color #7058A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7058A2 is #8FA75D. Grayscale: #676767. Windows color (decimal): -9414494 or 10639472. OLE color: 10639472.

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

Color convert

RGB 112 88 162 -
CMYK 0.31 0.46 0 0.36
HSL 259.46º 0.3% 0.49% -
HSV(B) 259.46º 0.46% 0.64% -
XYZ 16.69 13.03 35.82 -
YUV 103.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 112 88 162 0.31 0.46 0 0.36 259.46 0.3 0.49
Hex 70 58 A2 1F 2E 0 24 103 1E 31
Octal 160 130 242 37 56 0 44 403 36 61
Binary 1110000 1011000 10100010 11111 101110 0 100100 100000011 11110 110001

Color Harmonies of #7058A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7058A2

Black with #7058A2

Text Example


Text Example

White with #7058A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7058A2; }

 p { color: rgb(112,88,162); }

 H1.HeaderClassName
 {
   color: #7058A2;
 }
 .AnyTagClassName
 {
   color: #7058A2;
 }
</style>

background-color css

<style>
 a { background-color: #7058A2; }

 a { background-color: rgb(112,88,162); }

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

border-color css

<style>
 span { border-color: #7058A2; }

 span { border-color: rgb(112,88,162); }

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