Html Css Color HEX #712C9F Royal Purple

📋 copy color: '#712C9F'

red 113 ◦ green 44 ◦ blue 159

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

Shades of Royal Purple #712C9F

Tints of Royal Purple #712C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

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

R = 35.76%
G = 13.92%
B = 50.32%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#712C9F (or 0x712C9F) is known color: Royal Purple. HEX triplet: 71, 2C and 9F. RGB value is (113,44,159). Sum of RGB (Red+Green+Blue) = 113+44+159=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #712C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712C9F is #8ED360. Grayscale: #4D4D4D. Windows color (decimal): -9360225 or 10431601. OLE color: 10431601.

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

Color convert

RGB 113 44 159 -
CMYK 0.29 0.72 0 0.38
HSL 276º 0.57% 0.4% -
HSV(B) 276º 0.72% 0.62% -
XYZ 13.97 7.82 33.57 -
YUV 77.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 113 44 159 0.29 0.72 0 0.38 276 0.57 0.4
Hex 71 2C 9F 1D 48 0 26 114 39 28
Octal 161 54 237 35 110 0 46 424 71 50
Binary 1110001 101100 10011111 11101 1001000 0 100110 100010100 111001 101000

Color Harmonies of #712C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C9F

Black with #712C9F

Text Example


Text Example

White with #712C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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