Html Css Color HEX #743C95 Royal Purple

📋 copy color: '#743C95'

red 116 ◦ green 60 ◦ blue 149

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

Shades of Royal Purple #743C95

Tints of Royal Purple #743C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 35.69%
G = 18.46%
B = 45.85%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743C95 (or 0x743C95) is known color: Royal Purple. HEX triplet: 74, 3C and 95. RGB value is (116,60,149). Sum of RGB (Red+Green+Blue) = 116+60+149=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #743C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743C95 is #8BC36A. Grayscale: #565656. Windows color (decimal): -9159531 or 9780340. OLE color: 9780340.

HSL color Cylindrical-coordinate representation of color #743C95: hue angle of 277.75º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743C95 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 60 149 -
CMYK 0.22 0.60 0 0.42
HSL 277.75º 0.43% 0.41% -
HSV(B) 277.75º 0.6% 0.58% -
XYZ 14.24 9.11 29.44 -
YUV 86.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 116 60 149 0.22 0.60 0 0.42 277.75 0.43 0.41
Hex 74 3C 95 16 3C 0 2A 116 2B 29
Octal 164 74 225 26 74 0 52 426 53 51
Binary 1110100 111100 10010101 10110 111100 0 101010 100010110 101011 101001

Color Harmonies of #743C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C95

Black with #743C95

Text Example


Text Example

White with #743C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743C95; }

 p { color: rgb(116,60,149); }

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

background-color css

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

 a { background-color: rgb(116,60,149); }

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

border-color css

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

 span { border-color: rgb(116,60,149); }

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