Html Css Color HEX #73429C Studio

📋 copy color: '#73429C'

red 115 ◦ green 66 ◦ blue 156

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

Shades of Studio #73429C

Tints of Studio #73429C

RGB

 RED value IS 115 (45.31% from 255) = 34.12%

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

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

R = 34.12%
G = 19.58%
B = 46.29%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73429C (or 0x73429C) is known color: Studio. HEX triplet: 73, 42 and 9C. RGB value is (115,66,156). Sum of RGB (Red+Green+Blue) = 115+66+156=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #73429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73429C is #8CBD63. Grayscale: #5A5A5A. Windows color (decimal): -9223524 or 10240627. OLE color: 10240627.

HSL color Cylindrical-coordinate representation of color #73429C: hue angle of 272.67º 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 #73429C is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 66 156 -
CMYK 0.26 0.58 0 0.39
HSL 272.67º 0.41% 0.44% -
HSV(B) 272.67º 0.58% 0.61% -
XYZ 15.02 9.94 32.58 -
YUV 90.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 115 66 156 0.26 0.58 0 0.39 272.67 0.41 0.44
Hex 73 42 9C 1A 3A 0 27 111 29 2C
Octal 163 102 234 32 72 0 47 421 51 54
Binary 1110011 1000010 10011100 11010 111010 0 100111 100010001 101001 101100

Color Harmonies of #73429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73429C

Black with #73429C

Text Example


Text Example

White with #73429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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