Html Css Color HEX #75439D Studio

📋 copy color: '#75439D'

red 117 ◦ green 67 ◦ blue 157

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

Shades of Studio #75439D

Tints of Studio #75439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 34.31%
G = 19.65%
B = 46.04%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75439D (or 0x75439D) is known color: Studio. HEX triplet: 75, 43 and 9D. RGB value is (117,67,157). Sum of RGB (Red+Green+Blue) = 117+67+157=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #75439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75439D is #8ABC62. Grayscale: #5B5B5B. Windows color (decimal): -9092195 or 10306421. OLE color: 10306421.

HSL color Cylindrical-coordinate representation of color #75439D: hue angle of 273.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75439D is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 67 157 -
CMYK 0.25 0.57 0 0.38
HSL 273.33º 0.4% 0.44% -
HSV(B) 273.33º 0.57% 0.62% -
XYZ 15.43 10.23 33.06 -
YUV 92.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 117 67 157 0.25 0.57 0 0.38 273.33 0.4 0.44
Hex 75 43 9D 19 39 0 26 111 28 2C
Octal 165 103 235 31 71 0 46 421 50 54
Binary 1110101 1000011 10011101 11001 111001 0 100110 100010001 101000 101100

Color Harmonies of #75439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75439D

Black with #75439D

Text Example


Text Example

White with #75439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75439D; }

 p { color: rgb(117,67,157); }

 H1.HeaderClassName
 {
   color: #75439D;
 }
 .AnyTagClassName
 {
   color: #75439D;
 }
</style>

background-color css

<style>
 a { background-color: #75439D; }

 a { background-color: rgb(117,67,157); }

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

border-color css

<style>
 span { border-color: #75439D; }

 span { border-color: rgb(117,67,157); }

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