Html Css Color HEX #713FA2 Royal Purple

📋 copy color: '#713FA2'

red 113 ◦ green 63 ◦ blue 162

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

Shades of Royal Purple #713FA2

Tints of Royal Purple #713FA2

RGB

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

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

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

R = 33.43%
G = 18.64%
B = 47.93%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#713FA2 (or 0x713FA2) is known color: Royal Purple. HEX triplet: 71, 3F and A2. RGB value is (113,63,162). Sum of RGB (Red+Green+Blue) = 113+63+162=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #713FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713FA2 is #8EC05D. Grayscale: #585858. Windows color (decimal): -9355358 or 10633073. OLE color: 10633073.

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

Color convert

RGB 113 63 162 -
CMYK 0.30 0.61 0 0.36
HSL 270.3º 0.44% 0.44% -
HSV(B) 270.3º 0.61% 0.64% -
XYZ 15.11 9.67 35.25 -
YUV 89.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 113 63 162 0.30 0.61 0 0.36 270.3 0.44 0.44
Hex 71 3F A2 1E 3D 0 24 10E 2C 2C
Octal 161 77 242 36 75 0 44 416 54 54
Binary 1110001 111111 10100010 11110 111101 0 100100 100001110 101100 101100

Color Harmonies of #713FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FA2

Black with #713FA2

Text Example


Text Example

White with #713FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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