Html Css Color HEX #74459A Studio

📋 copy color: '#74459A'

red 116 ◦ green 69 ◦ blue 154

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

Shades of Studio #74459A

Tints of Studio #74459A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 34.22%
G = 20.35%
B = 45.43%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74459A (or 0x74459A) is known color: Studio. HEX triplet: 74, 45 and 9A. RGB value is (116,69,154). Sum of RGB (Red+Green+Blue) = 116+69+154=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #74459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74459A is #8BBA65. Grayscale: #5C5C5C. Windows color (decimal): -9157222 or 10110324. OLE color: 10110324.

HSL color Cylindrical-coordinate representation of color #74459A: hue angle of 273.18º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74459A is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 69 154 -
CMYK 0.25 0.55 0 0.40
HSL 273.18º 0.38% 0.44% -
HSV(B) 273.18º 0.55% 0.6% -
XYZ 15.16 10.3 31.76 -
YUV 92.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 116 69 154 0.25 0.55 0 0.40 273.18 0.38 0.44
Hex 74 45 9A 19 37 0 28 111 26 2C
Octal 164 105 232 31 67 0 50 421 46 54
Binary 1110100 1000101 10011010 11001 110111 0 101000 100010001 100110 101100

Color Harmonies of #74459A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74459A

Black with #74459A

Text Example


Text Example

White with #74459A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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