Html Css Color HEX #7431A7 Royal Purple

📋 copy color: '#7431A7'

red 116 ◦ green 49 ◦ blue 167

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

Shades of Royal Purple #7431A7

Tints of Royal Purple #7431A7

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.76%

 BLUE value IS 167 (65.63% from 255) = 50.3%

R = 34.94%
G = 14.76%
B = 50.3%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7431A7 (or 0x7431A7) is known color: Royal Purple. HEX triplet: 74, 31 and A7. RGB value is (116,49,167). Sum of RGB (Red+Green+Blue) = 116+49+167=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #7431A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7431A7 is #8BCE58. Grayscale: #525252. Windows color (decimal): -9162329 or 10957172. OLE color: 10957172.

HSL color Cylindrical-coordinate representation of color #7431A7: hue angle of 274.07º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7431A7 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 49 167 -
CMYK 0.31 0.71 0 0.35
HSL 274.07º 0.55% 0.42% -
HSV(B) 274.07º 0.71% 0.65% -
XYZ 15.28 8.7 37.43 -
YUV 82.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 116 49 167 0.31 0.71 0 0.35 274.07 0.55 0.42
Hex 74 31 A7 1F 47 0 23 112 37 2A
Octal 164 61 247 37 107 0 43 422 67 52
Binary 1110100 110001 10100111 11111 1000111 0 100011 100010010 110111 101010

Color Harmonies of #7431A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7431A7

Black with #7431A7

Text Example


Text Example

White with #7431A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7431A7; }

 p { color: rgb(116,49,167); }

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

background-color css

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

 a { background-color: rgb(116,49,167); }

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

border-color css

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

 span { border-color: rgb(116,49,167); }

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