Html Css Color HEX #75469E Studio

📋 copy color: '#75469E'

red 117 ◦ green 70 ◦ blue 158

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

Shades of Studio #75469E

Tints of Studio #75469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.29%

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

R = 33.91%
G = 20.29%
B = 45.8%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75469E (or 0x75469E) is known color: Studio. HEX triplet: 75, 46 and 9E. RGB value is (117,70,158). Sum of RGB (Red+Green+Blue) = 117+70+158=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #75469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75469E is #8AB961. Grayscale: #5D5D5D. Windows color (decimal): -9091426 or 10372725. OLE color: 10372725.

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

Color convert

RGB 117 70 158 -
CMYK 0.26 0.56 0 0.38
HSL 272.05º 0.39% 0.45% -
HSV(B) 272.05º 0.56% 0.62% -
XYZ 15.7 10.63 33.57 -
YUV 94.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 117 70 158 0.26 0.56 0 0.38 272.05 0.39 0.45
Hex 75 46 9E 1A 38 0 26 110 27 2D
Octal 165 106 236 32 70 0 46 420 47 55
Binary 1110101 1000110 10011110 11010 111000 0 100110 100010000 100111 101101

Color Harmonies of #75469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75469E

Black with #75469E

Text Example


Text Example

White with #75469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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