Html Css Color HEX #75429C Studio

📋 copy color: '#75429C'

red 117 ◦ green 66 ◦ blue 156

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

Shades of Studio #75429C

Tints of Studio #75429C

RGB

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

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

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

R = 34.51%
G = 19.47%
B = 46.02%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75429C (or 0x75429C) is known color: Studio. HEX triplet: 75, 42 and 9C. RGB value is (117,66,156). Sum of RGB (Red+Green+Blue) = 117+66+156=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #75429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75429C is #8ABD63. Grayscale: #5B5B5B. Windows color (decimal): -9092452 or 10240629. OLE color: 10240629.

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

Color convert

RGB 117 66 156 -
CMYK 0.25 0.58 0 0.39
HSL 274º 0.41% 0.44% -
HSV(B) 274º 0.58% 0.61% -
XYZ 15.29 10.08 32.59 -
YUV 91.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 117 66 156 0.25 0.58 0 0.39 274 0.41 0.44
Hex 75 42 9C 19 3A 0 27 112 29 2C
Octal 165 102 234 31 72 0 47 422 51 54
Binary 1110101 1000010 10011100 11001 111010 0 100111 100010010 101001 101100

Color Harmonies of #75429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75429C

Black with #75429C

Text Example


Text Example

White with #75429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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