Html Css Color HEX #734199 Royal Purple

📋 copy color: '#734199'

red 115 ◦ green 65 ◦ blue 153

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

Shades of Royal Purple #734199

Tints of Royal Purple #734199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 34.53%
G = 19.52%
B = 45.95%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#734199 (or 0x734199) is known color: Royal Purple. HEX triplet: 73, 41 and 99. RGB value is (115,65,153). Sum of RGB (Red+Green+Blue) = 115+65+153=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #734199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734199 is #8CBE66. Grayscale: #595959. Windows color (decimal): -9223783 or 10043763. OLE color: 10043763.

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

Color convert

RGB 115 65 153 -
CMYK 0.25 0.58 0 0.4
HSL 274.09º 0.4% 0.43% -
HSV(B) 274.09º 0.58% 0.6% -
XYZ 14.71 9.73 31.24 -
YUV 89.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 115 65 153 0.25 0.58 0 0.4 274.09 0.4 0.43
Hex 73 41 99 19 3A 0 28 112 28 2B
Octal 163 101 231 31 72 0 50 422 50 53
Binary 1110011 1000001 10011001 11001 111010 0 101000 100010010 101000 101011

Color Harmonies of #734199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734199

Black with #734199

Text Example


Text Example

White with #734199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734199; }

 p { color: rgb(115,65,153); }

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

background-color css

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

 a { background-color: rgb(115,65,153); }

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

border-color css

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

 span { border-color: rgb(115,65,153); }

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