Html Css Color HEX #712FAC Royal Purple

📋 copy color: '#712FAC'

red 113 ◦ green 47 ◦ blue 172

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

Shades of Royal Purple #712FAC

Tints of Royal Purple #712FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 34.04%
G = 14.16%
B = 51.81%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#712FAC (or 0x712FAC) is known color: Royal Purple. HEX triplet: 71, 2F and AC. RGB value is (113,47,172). Sum of RGB (Red+Green+Blue) = 113+47+172=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #712FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712FAC is #8ED053. Grayscale: #505050. Windows color (decimal): -9359444 or 11284337. OLE color: 11284337.

HSL color Cylindrical-coordinate representation of color #712FAC: hue angle of 271.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712FAC is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 47 172 -
CMYK 0.34 0.73 0 0.33
HSL 271.68º 0.57% 0.43% -
HSV(B) 271.68º 0.73% 0.67% -
XYZ 15.27 8.52 39.87 -
YUV 80.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 113 47 172 0.34 0.73 0 0.33 271.68 0.57 0.43
Hex 71 2F AC 22 49 0 21 110 39 2B
Octal 161 57 254 42 111 0 41 420 71 53
Binary 1110001 101111 10101100 100010 1001001 0 100001 100010000 111001 101011

Color Harmonies of #712FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FAC

Black with #712FAC

Text Example


Text Example

White with #712FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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