Html Css Color HEX #744196 Royal Purple

📋 copy color: '#744196'

red 116 ◦ green 65 ◦ blue 150

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

Shades of Royal Purple #744196

Tints of Royal Purple #744196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 35.05%
G = 19.64%
B = 45.32%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#744196 (or 0x744196) is known color: Royal Purple. HEX triplet: 74, 41 and 96. RGB value is (116,65,150). Sum of RGB (Red+Green+Blue) = 116+65+150=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #744196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744196 is #8BBE69. Grayscale: #595959. Windows color (decimal): -9158250 or 9847156. OLE color: 9847156.

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

Color convert

RGB 116 65 150 -
CMYK 0.23 0.57 0 0.41
HSL 276º 0.4% 0.42% -
HSV(B) 276º 0.57% 0.59% -
XYZ 14.6 9.7 29.96 -
YUV 89.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 116 65 150 0.23 0.57 0 0.41 276 0.4 0.42
Hex 74 41 96 17 39 0 29 114 28 2A
Octal 164 101 226 27 71 0 51 424 50 52
Binary 1110100 1000001 10010110 10111 111001 0 101001 100010100 101000 101010

Color Harmonies of #744196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744196

Black with #744196

Text Example


Text Example

White with #744196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744196; }

 p { color: rgb(116,65,150); }

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

background-color css

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

 a { background-color: rgb(116,65,150); }

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

border-color css

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

 span { border-color: rgb(116,65,150); }

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