Html Css Color HEX #74459D Studio

📋 copy color: '#74459D'

red 116 ◦ green 69 ◦ blue 157

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

Shades of Studio #74459D

Tints of Studio #74459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

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

R = 33.92%
G = 20.18%
B = 45.91%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74459D (or 0x74459D) is known color: Studio. HEX triplet: 74, 45 and 9D. RGB value is (116,69,157). Sum of RGB (Red+Green+Blue) = 116+69+157=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #74459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74459D is #8BBA62. Grayscale: #5C5C5C. Windows color (decimal): -9157219 or 10306932. OLE color: 10306932.

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

Color convert

RGB 116 69 157 -
CMYK 0.26 0.56 0 0.38
HSL 272.05º 0.39% 0.44% -
HSV(B) 272.05º 0.56% 0.62% -
XYZ 15.42 10.4 33.09 -
YUV 93.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 116 69 157 0.26 0.56 0 0.38 272.05 0.39 0.44
Hex 74 45 9D 1A 38 0 26 110 27 2C
Octal 164 105 235 32 70 0 46 420 47 54
Binary 1110100 1000101 10011101 11010 111000 0 100110 100010000 100111 101100

Color Harmonies of #74459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74459D

Black with #74459D

Text Example


Text Example

White with #74459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,69,157); }

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

background-color css

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

 a { background-color: rgb(116,69,157); }

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

border-color css

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

 span { border-color: rgb(116,69,157); }

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