Html Css Color HEX #75449B Studio

📋 copy color: '#75449B'

red 117 ◦ green 68 ◦ blue 155

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

Shades of Studio #75449B

Tints of Studio #75449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

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

R = 34.41%
G = 20%
B = 45.59%

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

#75449B (or 0x75449B) is known color: Studio. HEX triplet: 75, 44 and 9B. RGB value is (117,68,155). Sum of RGB (Red+Green+Blue) = 117+68+155=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #75449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75449B is #8ABB64. Grayscale: #5C5C5C. Windows color (decimal): -9091941 or 10175605. OLE color: 10175605.

HSL color Cylindrical-coordinate representation of color #75449B: hue angle of 273.79º 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 #75449B is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 68 155 -
CMYK 0.25 0.56 0 0.39
HSL 273.79º 0.39% 0.44% -
HSV(B) 273.79º 0.56% 0.61% -
XYZ 15.32 10.28 32.19 -
YUV 92.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 117 68 155 0.25 0.56 0 0.39 273.79 0.39 0.44
Hex 75 44 9B 19 38 0 27 112 27 2C
Octal 165 104 233 31 70 0 47 422 47 54
Binary 1110101 1000100 10011011 11001 111000 0 100111 100010010 100111 101100

Color Harmonies of #75449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75449B

Black with #75449B

Text Example


Text Example

White with #75449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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