Html Css Color HEX #75459C Studio

📋 copy color: '#75459C'

red 117 ◦ green 69 ◦ blue 156

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

Shades of Studio #75459C

Tints of Studio #75459C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 34.21%
G = 20.18%
B = 45.61%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75459C (or 0x75459C) is known color: Studio. HEX triplet: 75, 45 and 9C. RGB value is (117,69,156). Sum of RGB (Red+Green+Blue) = 117+69+156=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #75459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75459C is #8ABA63. Grayscale: #5C5C5C. Windows color (decimal): -9091684 or 10241397. OLE color: 10241397.

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

Color convert

RGB 117 69 156 -
CMYK 0.25 0.56 0 0.39
HSL 273.1º 0.39% 0.44% -
HSV(B) 273.1º 0.56% 0.61% -
XYZ 15.46 10.44 32.65 -
YUV 93.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 117 69 156 0.25 0.56 0 0.39 273.1 0.39 0.44
Hex 75 45 9C 19 38 0 27 111 27 2C
Octal 165 105 234 31 70 0 47 421 47 54
Binary 1110101 1000101 10011100 11001 111000 0 100111 100010001 100111 101100

Color Harmonies of #75459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75459C

Black with #75459C

Text Example


Text Example

White with #75459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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