Html Css Color HEX #713CA3 Royal Purple

📋 copy color: '#713CA3'

red 113 ◦ green 60 ◦ blue 163

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

Shades of Royal Purple #713CA3

Tints of Royal Purple #713CA3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

 BLUE value IS 163 (64.06% from 255) = 48.51%

R = 33.63%
G = 17.86%
B = 48.51%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#713CA3 (or 0x713CA3) is known color: Royal Purple. HEX triplet: 71, 3C and A3. RGB value is (113,60,163). Sum of RGB (Red+Green+Blue) = 113+60+163=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #713CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713CA3 is #8EC35C. Grayscale: #575757. Windows color (decimal): -9356125 or 10697841. OLE color: 10697841.

HSL color Cylindrical-coordinate representation of color #713CA3: hue angle of 270.87º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713CA3 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 60 163 -
CMYK 0.31 0.63 0 0.36
HSL 270.87º 0.46% 0.44% -
HSV(B) 270.87º 0.63% 0.64% -
XYZ 15.04 9.39 35.67 -
YUV 87.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 113 60 163 0.31 0.63 0 0.36 270.87 0.46 0.44
Hex 71 3C A3 1F 3F 0 24 10F 2E 2C
Octal 161 74 243 37 77 0 44 417 56 54
Binary 1110001 111100 10100011 11111 111111 0 100100 100001111 101110 101100

Color Harmonies of #713CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CA3

Black with #713CA3

Text Example


Text Example

White with #713CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,60,163); }

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

background-color css

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

 a { background-color: rgb(113,60,163); }

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

border-color css

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

 span { border-color: rgb(113,60,163); }

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