Html Css Color HEX #713CA2 Royal Purple

📋 copy color: '#713CA2'

red 113 ◦ green 60 ◦ blue 162

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

Shades of Royal Purple #713CA2

Tints of Royal Purple #713CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.36%

R = 33.73%
G = 17.91%
B = 48.36%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#713CA2 (or 0x713CA2) is known color: Royal Purple. HEX triplet: 71, 3C and A2. RGB value is (113,60,162). Sum of RGB (Red+Green+Blue) = 113+60+162=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 162 - color contains mainly: blue. Hex color #713CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713CA2 is #8EC35D. Grayscale: #575757. Windows color (decimal): -9356126 or 10632305. OLE color: 10632305.

HSL color Cylindrical-coordinate representation of color #713CA2: hue angle of 271.18º 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 #713CA2 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 60 162 -
CMYK 0.30 0.63 0 0.36
HSL 271.18º 0.46% 0.44% -
HSV(B) 271.18º 0.63% 0.64% -
XYZ 14.95 9.35 35.2 -
YUV 87.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 113 60 162 0.30 0.63 0 0.36 271.18 0.46 0.44
Hex 71 3C A2 1E 3F 0 24 10F 2E 2C
Octal 161 74 242 36 77 0 44 417 56 54
Binary 1110001 111100 10100010 11110 111111 0 100100 100001111 101110 101100

Color Harmonies of #713CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CA2

Black with #713CA2

Text Example


Text Example

White with #713CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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