Html Css Color HEX #713D9C Royal Purple

📋 copy color: '#713D9C'

red 113 ◦ green 61 ◦ blue 156

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

Shades of Royal Purple #713D9C

Tints of Royal Purple #713D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.48%

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 34.24%
G = 18.48%
B = 47.27%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#713D9C (or 0x713D9C) is known color: Royal Purple. HEX triplet: 71, 3D and 9C. RGB value is (113,61,156). Sum of RGB (Red+Green+Blue) = 113+61+156=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #713D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D9C is #8EC263. Grayscale: #575757. Windows color (decimal): -9355876 or 10239345. OLE color: 10239345.

HSL color Cylindrical-coordinate representation of color #713D9C: hue angle of 272.84º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #713D9C is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 61 156 -
CMYK 0.28 0.61 0 0.39
HSL 272.84º 0.44% 0.43% -
HSV(B) 272.84º 0.61% 0.61% -
XYZ 14.48 9.25 32.47 -
YUV 87.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 113 61 156 0.28 0.61 0 0.39 272.84 0.44 0.43
Hex 71 3D 9C 1C 3D 0 27 111 2C 2B
Octal 161 75 234 34 75 0 47 421 54 53
Binary 1110001 111101 10011100 11100 111101 0 100111 100010001 101100 101011

Color Harmonies of #713D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D9C

Black with #713D9C

Text Example


Text Example

White with #713D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,61,156); }

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

background-color css

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

 a { background-color: rgb(113,61,156); }

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

border-color css

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

 span { border-color: rgb(113,61,156); }

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