Html Css Color HEX #744094 Royal Purple

📋 copy color: '#744094'

red 116 ◦ green 64 ◦ blue 148

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

Shades of Royal Purple #744094

Tints of Royal Purple #744094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 35.37%
G = 19.51%
B = 45.12%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744094 (or 0x744094) is known color: Royal Purple. HEX triplet: 74, 40 and 94. RGB value is (116,64,148). Sum of RGB (Red+Green+Blue) = 116+64+148=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #744094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744094 is #8BBF6B. Grayscale: #585858. Windows color (decimal): -9158508 or 9715828. OLE color: 9715828.

HSL color Cylindrical-coordinate representation of color #744094: hue angle of 277.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744094 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 64 148 -
CMYK 0.22 0.57 0 0.42
HSL 277.14º 0.4% 0.42% -
HSV(B) 277.14º 0.57% 0.58% -
XYZ 14.38 9.52 29.1 -
YUV 89.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 116 64 148 0.22 0.57 0 0.42 277.14 0.4 0.42
Hex 74 40 94 16 39 0 2A 115 28 2A
Octal 164 100 224 26 71 0 52 425 50 52
Binary 1110100 1000000 10010100 10110 111001 0 101010 100010101 101000 101010

Color Harmonies of #744094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744094

Black with #744094

Text Example


Text Example

White with #744094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744094; }

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

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

background-color css

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

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

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

border-color css

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

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

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