Html Css Color HEX #75469F Studio

📋 copy color: '#75469F'

red 117 ◦ green 70 ◦ blue 159

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

Shades of Studio #75469F

Tints of Studio #75469F

RGB

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

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

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

R = 33.82%
G = 20.23%
B = 45.95%

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

#75469F (or 0x75469F) is known color: Studio. HEX triplet: 75, 46 and 9F. RGB value is (117,70,159). Sum of RGB (Red+Green+Blue) = 117+70+159=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #75469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75469F is #8AB960. Grayscale: #5D5D5D. Windows color (decimal): -9091425 or 10438261. OLE color: 10438261.

HSL color Cylindrical-coordinate representation of color #75469F: hue angle of 271.69º 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 #75469F is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 70 159 -
CMYK 0.26 0.56 0 0.38
HSL 271.69º 0.39% 0.45% -
HSV(B) 271.69º 0.56% 0.62% -
XYZ 15.78 10.67 34.03 -
YUV 94.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 117 70 159 0.26 0.56 0 0.38 271.69 0.39 0.45
Hex 75 46 9F 1A 38 0 26 110 27 2D
Octal 165 106 237 32 70 0 46 420 47 55
Binary 1110101 1000110 10011111 11010 111000 0 100110 100010000 100111 101101

Color Harmonies of #75469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75469F

Black with #75469F

Text Example


Text Example

White with #75469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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