Html Css Color HEX #733C94 Royal Purple

📋 copy color: '#733C94'

red 115 ◦ green 60 ◦ blue 148

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

Shades of Royal Purple #733C94

Tints of Royal Purple #733C94

RGB

 RED value IS 115 (45.31% from 255) = 35.6%

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

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

R = 35.6%
G = 18.58%
B = 45.82%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#733C94 (or 0x733C94) is known color: Royal Purple. HEX triplet: 73, 3C and 94. RGB value is (115,60,148). Sum of RGB (Red+Green+Blue) = 115+60+148=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #733C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733C94 is #8CC36B. Grayscale: #565656. Windows color (decimal): -9225068 or 9714803. OLE color: 9714803.

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

Color convert

RGB 115 60 148 -
CMYK 0.22 0.59 0 0.42
HSL 277.5º 0.42% 0.41% -
HSV(B) 277.5º 0.59% 0.58% -
XYZ 14.03 9.01 29.02 -
YUV 86.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 115 60 148 0.22 0.59 0 0.42 277.5 0.42 0.41
Hex 73 3C 94 16 3B 0 2A 116 2A 29
Octal 163 74 224 26 73 0 52 426 52 51
Binary 1110011 111100 10010100 10110 111011 0 101010 100010110 101010 101001

Color Harmonies of #733C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733C94

Black with #733C94

Text Example


Text Example

White with #733C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733C94; }

 p { color: rgb(115,60,148); }

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

background-color css

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

 a { background-color: rgb(115,60,148); }

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

border-color css

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

 span { border-color: rgb(115,60,148); }

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