Html Css Color HEX #75619B Scampi

📋 copy color: '#75619B'

red 117 ◦ green 97 ◦ blue 155

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

Shades of Scampi #75619B

Tints of Scampi #75619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 31.71%
G = 26.29%
B = 42.01%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75619B (or 0x75619B) is known color: Scampi. HEX triplet: 75, 61 and 9B. RGB value is (117,97,155). Sum of RGB (Red+Green+Blue) = 117+97+155=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #75619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75619B is #8A9E64. Grayscale: #6D6D6D. Windows color (decimal): -9084517 or 10183029. OLE color: 10183029.

HSL color Cylindrical-coordinate representation of color #75619B: hue angle of 260.69º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75619B is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 97 155 -
CMYK 0.25 0.37 0 0.39
HSL 260.69º 0.23% 0.49% -
HSV(B) 260.69º 0.37% 0.61% -
XYZ 17.53 14.7 32.92 -
YUV 109.59 153.63 133.28 -
System Red Green Blue C M Y K H S L
Decimal 117 97 155 0.25 0.37 0 0.39 260.69 0.23 0.49
Hex 75 61 9B 19 25 0 27 105 17 31
Octal 165 141 233 31 45 0 47 405 27 61
Binary 1110101 1100001 10011011 11001 100101 0 100111 100000101 10111 110001

Color Harmonies of #75619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75619B

Black with #75619B

Text Example


Text Example

White with #75619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75619B; }

 p { color: rgb(117,97,155); }

 H1.HeaderClassName
 {
   color: #75619B;
 }
 .AnyTagClassName
 {
   color: #75619B;
 }
</style>

background-color css

<style>
 a { background-color: #75619B; }

 a { background-color: rgb(117,97,155); }

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

border-color css

<style>
 span { border-color: #75619B; }

 span { border-color: rgb(117,97,155); }

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