Html Css Color HEX #74409E Royal Purple

📋 copy color: '#74409E'

red 116 ◦ green 64 ◦ blue 158

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

Shades of Royal Purple #74409E

Tints of Royal Purple #74409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 34.32%
G = 18.93%
B = 46.75%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74409E (or 0x74409E) is known color: Royal Purple. HEX triplet: 74, 40 and 9E. RGB value is (116,64,158). Sum of RGB (Red+Green+Blue) = 116+64+158=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #74409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74409E is #8BBF61. Grayscale: #595959. Windows color (decimal): -9158498 or 10371188. OLE color: 10371188.

HSL color Cylindrical-coordinate representation of color #74409E: hue angle of 273.19º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74409E is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 64 158 -
CMYK 0.27 0.59 0 0.38
HSL 273.19º 0.42% 0.44% -
HSV(B) 273.19º 0.59% 0.62% -
XYZ 15.21 9.85 33.45 -
YUV 90.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 116 64 158 0.27 0.59 0 0.38 273.19 0.42 0.44
Hex 74 40 9E 1B 3B 0 26 111 2A 2C
Octal 164 100 236 33 73 0 46 421 52 54
Binary 1110100 1000000 10011110 11011 111011 0 100110 100010001 101010 101100

Color Harmonies of #74409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74409E

Black with #74409E

Text Example


Text Example

White with #74409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74409E; }

 p { color: rgb(116,64,158); }

 H1.HeaderClassName
 {
   color: #74409E;
 }
 .AnyTagClassName
 {
   color: #74409E;
 }
</style>

background-color css

<style>
 a { background-color: #74409E; }

 a { background-color: rgb(116,64,158); }

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

border-color css

<style>
 span { border-color: #74409E; }

 span { border-color: rgb(116,64,158); }

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