Html Css Color HEX #731EA6 Royal Purple

📋 copy color: '#731EA6'

red 115 ◦ green 30 ◦ blue 166

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

Shades of Royal Purple #731EA6

Tints of Royal Purple #731EA6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.65%

 BLUE value IS 166 (65.23% from 255) = 53.38%

R = 36.98%
G = 9.65%
B = 53.38%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#731EA6 (or 0x731EA6) is known color: Royal Purple. HEX triplet: 73, 1E and A6. RGB value is (115,30,166). Sum of RGB (Red+Green+Blue) = 115+30+166=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 166 (65.23% from 255 or 53.38% from 311); Max value from RGB is 166 - color contains mainly: blue. Hex color #731EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731EA6 is #8CE159. Grayscale: #464646. Windows color (decimal): -9232730 or 10886771. OLE color: 10886771.

HSL color Cylindrical-coordinate representation of color #731EA6: hue angle of 277.5º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731EA6 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 30 166 -
CMYK 0.31 0.82 0 0.35
HSL 277.5º 0.69% 0.38% -
HSV(B) 277.5º 0.82% 0.65% -
XYZ 14.42 7.33 36.73 -
YUV 70.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 115 30 166 0.31 0.82 0 0.35 277.5 0.69 0.38
Hex 73 1E A6 1F 52 0 23 116 45 26
Octal 163 36 246 37 122 0 43 426 105 46
Binary 1110011 11110 10100110 11111 1010010 0 100011 100010110 1000101 100110

Color Harmonies of #731EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EA6

Black with #731EA6

Text Example


Text Example

White with #731EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731EA6; }

 p { color: rgb(115,30,166); }

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

background-color css

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

 a { background-color: rgb(115,30,166); }

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

border-color css

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

 span { border-color: rgb(115,30,166); }

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