Html Css Color HEX #731DA4 Royal Purple

📋 copy color: '#731DA4'

red 115 ◦ green 29 ◦ blue 164

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

Shades of Royal Purple #731DA4

Tints of Royal Purple #731DA4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.42%

 BLUE value IS 164 (64.45% from 255) = 53.25%

R = 37.34%
G = 9.42%
B = 53.25%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#731DA4 (or 0x731DA4) is known color: Royal Purple. HEX triplet: 73, 1D and A4. RGB value is (115,29,164). Sum of RGB (Red+Green+Blue) = 115+29+164=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #731DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731DA4 is #8CE25B. Grayscale: #454545. Windows color (decimal): -9232988 or 10755443. OLE color: 10755443.

HSL color Cylindrical-coordinate representation of color #731DA4: hue angle of 278.22º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731DA4 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 29 164 -
CMYK 0.30 0.82 0 0.36
HSL 278.22º 0.7% 0.38% -
HSV(B) 278.22º 0.82% 0.64% -
XYZ 14.21 7.2 35.76 -
YUV 70.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 115 29 164 0.30 0.82 0 0.36 278.22 0.7 0.38
Hex 73 1D A4 1E 52 0 24 116 46 26
Octal 163 35 244 36 122 0 44 426 106 46
Binary 1110011 11101 10100100 11110 1010010 0 100100 100010110 1000110 100110

Color Harmonies of #731DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DA4

Black with #731DA4

Text Example


Text Example

White with #731DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,164); }

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

background-color css

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

 a { background-color: rgb(115,29,164); }

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

border-color css

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

 span { border-color: rgb(115,29,164); }

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