Html Css Color HEX #713FAB Royal Purple

📋 copy color: '#713FAB'

red 113 ◦ green 63 ◦ blue 171

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

Shades of Royal Purple #713FAB

Tints of Royal Purple #713FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 32.56%
G = 18.16%
B = 49.28%

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

#713FAB (or 0x713FAB) is known color: Royal Purple. HEX triplet: 71, 3F and AB. RGB value is (113,63,171). Sum of RGB (Red+Green+Blue) = 113+63+171=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #713FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713FAB is #8EC054. Grayscale: #595959. Windows color (decimal): -9355349 or 11222897. OLE color: 11222897.

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

Color convert

RGB 113 63 171 -
CMYK 0.34 0.63 0 0.33
HSL 267.78º 0.46% 0.46% -
HSV(B) 267.78º 0.63% 0.67% -
XYZ 15.94 10.01 39.62 -
YUV 90.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 113 63 171 0.34 0.63 0 0.33 267.78 0.46 0.46
Hex 71 3F AB 22 3F 0 21 10C 2E 2E
Octal 161 77 253 42 77 0 41 414 56 56
Binary 1110001 111111 10101011 100010 111111 0 100001 100001100 101110 101110

Color Harmonies of #713FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FAB

Black with #713FAB

Text Example


Text Example

White with #713FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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