Html Css Color HEX #75499E Studio

📋 copy color: '#75499E'

red 117 ◦ green 73 ◦ blue 158

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

Shades of Studio #75499E

Tints of Studio #75499E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 33.62%
G = 20.98%
B = 45.4%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75499E (or 0x75499E) is known color: Studio. HEX triplet: 75, 49 and 9E. RGB value is (117,73,158). Sum of RGB (Red+Green+Blue) = 117+73+158=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #75499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75499E is #8AB661. Grayscale: #5F5F5F. Windows color (decimal): -9090658 or 10373493. OLE color: 10373493.

HSL color Cylindrical-coordinate representation of color #75499E: hue angle of 271.06º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75499E is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 73 158 -
CMYK 0.26 0.54 0 0.38
HSL 271.06º 0.37% 0.45% -
HSV(B) 271.06º 0.54% 0.62% -
XYZ 15.89 11.02 33.64 -
YUV 95.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 117 73 158 0.26 0.54 0 0.38 271.06 0.37 0.45
Hex 75 49 9E 1A 36 0 26 10F 25 2D
Octal 165 111 236 32 66 0 46 417 45 55
Binary 1110101 1001001 10011110 11010 110110 0 100110 100001111 100101 101101

Color Harmonies of #75499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75499E

Black with #75499E

Text Example


Text Example

White with #75499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75499E; }

 p { color: rgb(117,73,158); }

 H1.HeaderClassName
 {
   color: #75499E;
 }
 .AnyTagClassName
 {
   color: #75499E;
 }
</style>

background-color css

<style>
 a { background-color: #75499E; }

 a { background-color: rgb(117,73,158); }

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

border-color css

<style>
 span { border-color: #75499E; }

 span { border-color: rgb(117,73,158); }

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