Html Css Color HEX #712F9F Royal Purple

📋 copy color: '#712F9F'

red 113 ◦ green 47 ◦ blue 159

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

Shades of Royal Purple #712F9F

Tints of Royal Purple #712F9F

RGB

 RED value IS 113 (44.53% from 255) = 35.42%

 GREEN value IS 47 (18.75% from 255) = 14.73%

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 35.42%
G = 14.73%
B = 49.84%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#712F9F (or 0x712F9F) is known color: Royal Purple. HEX triplet: 71, 2F and 9F. RGB value is (113,47,159). Sum of RGB (Red+Green+Blue) = 113+47+159=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #712F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712F9F is #8ED060. Grayscale: #4F4F4F. Windows color (decimal): -9359457 or 10432369. OLE color: 10432369.

HSL color Cylindrical-coordinate representation of color #712F9F: hue angle of 275.36º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712F9F is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 47 159 -
CMYK 0.29 0.70 0 0.38
HSL 275.36º 0.54% 0.4% -
HSV(B) 275.36º 0.7% 0.62% -
XYZ 14.08 8.05 33.61 -
YUV 79.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 113 47 159 0.29 0.70 0 0.38 275.36 0.54 0.4
Hex 71 2F 9F 1D 46 0 26 113 36 28
Octal 161 57 237 35 106 0 46 423 66 50
Binary 1110001 101111 10011111 11101 1000110 0 100110 100010011 110110 101000

Color Harmonies of #712F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F9F

Black with #712F9F

Text Example


Text Example

White with #712F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712F9F; }

 p { color: rgb(113,47,159); }

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

background-color css

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

 a { background-color: rgb(113,47,159); }

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

border-color css

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

 span { border-color: rgb(113,47,159); }

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