Html Css Color HEX #73429B Studio

📋 copy color: '#73429B'

red 115 ◦ green 66 ◦ blue 155

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

Shades of Studio #73429B

Tints of Studio #73429B

RGB

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

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

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

R = 34.23%
G = 19.64%
B = 46.13%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73429B (or 0x73429B) is known color: Studio. HEX triplet: 73, 42 and 9B. RGB value is (115,66,155). Sum of RGB (Red+Green+Blue) = 115+66+155=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #73429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73429B is #8CBD64. Grayscale: #5A5A5A. Windows color (decimal): -9223525 or 10175091. OLE color: 10175091.

HSL color Cylindrical-coordinate representation of color #73429B: hue angle of 273.03º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73429B is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 66 155 -
CMYK 0.26 0.57 0 0.39
HSL 273.03º 0.4% 0.43% -
HSV(B) 273.03º 0.57% 0.61% -
XYZ 14.93 9.91 32.14 -
YUV 90.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 115 66 155 0.26 0.57 0 0.39 273.03 0.4 0.43
Hex 73 42 9B 1A 39 0 27 111 28 2B
Octal 163 102 233 32 71 0 47 421 50 53
Binary 1110011 1000010 10011011 11010 111001 0 100111 100010001 101000 101011

Color Harmonies of #73429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73429B

Black with #73429B

Text Example


Text Example

White with #73429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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