Html Css Color HEX #712B9B Royal Purple

📋 copy color: '#712B9B'

red 113 ◦ green 43 ◦ blue 155

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

Shades of Royal Purple #712B9B

Tints of Royal Purple #712B9B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

 BLUE value IS 155 (60.94% from 255) = 49.84%

R = 36.33%
G = 13.83%
B = 49.84%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#712B9B (or 0x712B9B) is known color: Royal Purple. HEX triplet: 71, 2B and 9B. RGB value is (113,43,155). Sum of RGB (Red+Green+Blue) = 113+43+155=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #712B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712B9B is #8ED464. Grayscale: #4C4C4C. Windows color (decimal): -9360485 or 10169201. OLE color: 10169201.

HSL color Cylindrical-coordinate representation of color #712B9B: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712B9B is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 43 155 -
CMYK 0.27 0.72 0 0.39
HSL 277.5º 0.57% 0.39% -
HSV(B) 277.5º 0.72% 0.61% -
XYZ 13.59 7.61 31.76 -
YUV 76.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 113 43 155 0.27 0.72 0 0.39 277.5 0.57 0.39
Hex 71 2B 9B 1B 48 0 27 116 39 27
Octal 161 53 233 33 110 0 47 426 71 47
Binary 1110001 101011 10011011 11011 1001000 0 100111 100010110 111001 100111

Color Harmonies of #712B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B9B

Black with #712B9B

Text Example


Text Example

White with #712B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,43,155); }

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

background-color css

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

 a { background-color: rgb(113,43,155); }

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

border-color css

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

 span { border-color: rgb(113,43,155); }

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