Html Css Color HEX #75459B Studio

📋 copy color: '#75459B'

red 117 ◦ green 69 ◦ blue 155

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

Shades of Studio #75459B

Tints of Studio #75459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.23%

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

R = 34.31%
G = 20.23%
B = 45.45%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75459B (or 0x75459B) is known color: Studio. HEX triplet: 75, 45 and 9B. RGB value is (117,69,155). Sum of RGB (Red+Green+Blue) = 117+69+155=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #75459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75459B is #8ABA64. Grayscale: #5C5C5C. Windows color (decimal): -9091685 or 10175861. OLE color: 10175861.

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

Color convert

RGB 117 69 155 -
CMYK 0.25 0.55 0 0.39
HSL 273.49º 0.38% 0.44% -
HSV(B) 273.49º 0.55% 0.61% -
XYZ 15.38 10.4 32.21 -
YUV 93.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 117 69 155 0.25 0.55 0 0.39 273.49 0.38 0.44
Hex 75 45 9B 19 37 0 27 111 26 2C
Octal 165 105 233 31 67 0 47 421 46 54
Binary 1110101 1000101 10011011 11001 110111 0 100111 100010001 100110 101100

Color Harmonies of #75459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75459B

Black with #75459B

Text Example


Text Example

White with #75459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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