Html Css Color HEX #75629F Scampi

📋 copy color: '#75629F'

red 117 ◦ green 98 ◦ blue 159

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

Shades of Scampi #75629F

Tints of Scampi #75629F

RGB

 RED value IS 117 (46.09% from 255) = 31.28%

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 31.28%
G = 26.2%
B = 42.51%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75629F (or 0x75629F) is known color: Scampi. HEX triplet: 75, 62 and 9F. RGB value is (117,98,159). Sum of RGB (Red+Green+Blue) = 117+98+159=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #75629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75629F is #8A9D60. Grayscale: #6E6E6E. Windows color (decimal): -9084257 or 10445429. OLE color: 10445429.

HSL color Cylindrical-coordinate representation of color #75629F: hue angle of 258.69º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75629F is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 98 159 -
CMYK 0.26 0.38 0 0.38
HSL 258.69º 0.24% 0.5% -
HSV(B) 258.69º 0.38% 0.62% -
XYZ 17.96 15.02 34.75 -
YUV 110.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 117 98 159 0.26 0.38 0 0.38 258.69 0.24 0.5
Hex 75 62 9F 1A 26 0 26 103 18 32
Octal 165 142 237 32 46 0 46 403 30 62
Binary 1110101 1100010 10011111 11010 100110 0 100110 100000011 11000 110010

Color Harmonies of #75629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75629F

Black with #75629F

Text Example


Text Example

White with #75629F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75629F; }

 p { color: rgb(117,98,159); }

 H1.HeaderClassName
 {
   color: #75629F;
 }
 .AnyTagClassName
 {
   color: #75629F;
 }
</style>

background-color css

<style>
 a { background-color: #75629F; }

 a { background-color: rgb(117,98,159); }

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

border-color css

<style>
 span { border-color: #75629F; }

 span { border-color: rgb(117,98,159); }

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