Html Css Color HEX #743698 Royal Purple

📋 copy color: '#743698'

red 116 ◦ green 54 ◦ blue 152

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

Shades of Royal Purple #743698

Tints of Royal Purple #743698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

 BLUE value IS 152 (59.77% from 255) = 47.2%

R = 36.02%
G = 16.77%
B = 47.2%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#743698 (or 0x743698) is known color: Royal Purple. HEX triplet: 74, 36 and 98. RGB value is (116,54,152). Sum of RGB (Red+Green+Blue) = 116+54+152=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #743698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743698 is #8BC967. Grayscale: #535353. Windows color (decimal): -9161064 or 9975412. OLE color: 9975412.

HSL color Cylindrical-coordinate representation of color #743698: hue angle of 277.96º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743698 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 54 152 -
CMYK 0.24 0.64 0 0.40
HSL 277.96º 0.48% 0.4% -
HSV(B) 277.96º 0.64% 0.6% -
XYZ 14.19 8.62 30.62 -
YUV 83.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 116 54 152 0.24 0.64 0 0.40 277.96 0.48 0.4
Hex 74 36 98 18 40 0 28 116 30 28
Octal 164 66 230 30 100 0 50 426 60 50
Binary 1110100 110110 10011000 11000 1000000 0 101000 100010110 110000 101000

Color Harmonies of #743698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743698

Black with #743698

Text Example


Text Example

White with #743698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743698; }

 p { color: rgb(116,54,152); }

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

background-color css

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

 a { background-color: rgb(116,54,152); }

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

border-color css

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

 span { border-color: rgb(116,54,152); }

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