Html Css Color HEX #74439B Studio

📋 copy color: '#74439B'

red 116 ◦ green 67 ◦ blue 155

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

Shades of Studio #74439B

Tints of Studio #74439B

RGB

 RED value IS 116 (45.7% from 255) = 34.32%

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

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

R = 34.32%
G = 19.82%
B = 45.86%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74439B (or 0x74439B) is known color: Studio. HEX triplet: 74, 43 and 9B. RGB value is (116,67,155). Sum of RGB (Red+Green+Blue) = 116+67+155=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #74439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74439B is #8BBC64. Grayscale: #5B5B5B. Windows color (decimal): -9157733 or 10175348. OLE color: 10175348.

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

Color convert

RGB 116 67 155 -
CMYK 0.25 0.57 0 0.39
HSL 273.41º 0.4% 0.44% -
HSV(B) 273.41º 0.57% 0.61% -
XYZ 15.13 10.09 32.16 -
YUV 91.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 116 67 155 0.25 0.57 0 0.39 273.41 0.4 0.44
Hex 74 43 9B 19 39 0 27 111 28 2C
Octal 164 103 233 31 71 0 47 421 50 54
Binary 1110100 1000011 10011011 11001 111001 0 100111 100010001 101000 101100

Color Harmonies of #74439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74439B

Black with #74439B

Text Example


Text Example

White with #74439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,67,155); }

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

background-color css

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

 a { background-color: rgb(116,67,155); }

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

border-color css

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

 span { border-color: rgb(116,67,155); }

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