Html Css Color HEX #713FAC Royal Purple

📋 copy color: '#713FAC'

red 113 ◦ green 63 ◦ blue 172

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

Shades of Royal Purple #713FAC

Tints of Royal Purple #713FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.1%

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

R = 32.47%
G = 18.1%
B = 49.43%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#713FAC (or 0x713FAC) is known color: Royal Purple. HEX triplet: 71, 3F and AC. RGB value is (113,63,172). Sum of RGB (Red+Green+Blue) = 113+63+172=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #713FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713FAC is #8EC053. Grayscale: #595959. Windows color (decimal): -9355348 or 11288433. OLE color: 11288433.

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

Color convert

RGB 113 63 172 -
CMYK 0.34 0.63 0 0.33
HSL 267.52º 0.46% 0.46% -
HSV(B) 267.52º 0.63% 0.67% -
XYZ 16.03 10.04 40.12 -
YUV 90.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 113 63 172 0.34 0.63 0 0.33 267.52 0.46 0.46
Hex 71 3F AC 22 3F 0 21 10C 2E 2E
Octal 161 77 254 42 77 0 41 414 56 56
Binary 1110001 111111 10101100 100010 111111 0 100001 100001100 101110 101110

Color Harmonies of #713FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FAC

Black with #713FAC

Text Example


Text Example

White with #713FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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