Html Css Color HEX #75429D Studio

📋 copy color: '#75429D'

red 117 ◦ green 66 ◦ blue 157

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

Shades of Studio #75429D

Tints of Studio #75429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 34.41%
G = 19.41%
B = 46.18%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75429D (or 0x75429D) is known color: Studio. HEX triplet: 75, 42 and 9D. RGB value is (117,66,157). Sum of RGB (Red+Green+Blue) = 117+66+157=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #75429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75429D is #8ABD62. Grayscale: #5B5B5B. Windows color (decimal): -9092451 or 10306165. OLE color: 10306165.

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

Color convert

RGB 117 66 157 -
CMYK 0.25 0.58 0 0.38
HSL 273.63º 0.41% 0.44% -
HSV(B) 273.63º 0.58% 0.62% -
XYZ 15.37 10.11 33.04 -
YUV 91.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 117 66 157 0.25 0.58 0 0.38 273.63 0.41 0.44
Hex 75 42 9D 19 3A 0 26 112 29 2C
Octal 165 102 235 31 72 0 46 422 51 54
Binary 1110101 1000010 10011101 11001 111010 0 100110 100010010 101001 101100

Color Harmonies of #75429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75429D

Black with #75429D

Text Example


Text Example

White with #75429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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