Html Css Color HEX #713EB4 Royal Purple

📋 copy color: '#713EB4'

red 113 ◦ green 62 ◦ blue 180

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

Shades of Royal Purple #713EB4

Tints of Royal Purple #713EB4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

 BLUE value IS 180 (70.7% from 255) = 50.7%

R = 31.83%
G = 17.46%
B = 50.7%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#713EB4 (or 0x713EB4) is known color: Royal Purple. HEX triplet: 71, 3E and B4. RGB value is (113,62,180). Sum of RGB (Red+Green+Blue) = 113+62+180=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #713EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713EB4 is #8EC14B. Grayscale: #5A5A5A. Windows color (decimal): -9355596 or 11812465. OLE color: 11812465.

HSL color Cylindrical-coordinate representation of color #713EB4: hue angle of 265.93º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713EB4 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 62 180 -
CMYK 0.37 0.66 0 0.29
HSL 265.93º 0.49% 0.47% -
HSV(B) 265.93º 0.66% 0.71% -
XYZ 16.77 10.25 44.27 -
YUV 90.7 178.4 143.91 -
System Red Green Blue C M Y K H S L
Decimal 113 62 180 0.37 0.66 0 0.29 265.93 0.49 0.47
Hex 71 3E B4 25 42 0 1D 10A 31 2F
Octal 161 76 264 45 102 0 35 412 61 57
Binary 1110001 111110 10110100 100101 1000010 0 11101 100001010 110001 101111

Color Harmonies of #713EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EB4

Black with #713EB4

Text Example


Text Example

White with #713EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,62,180); }

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

background-color css

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

 a { background-color: rgb(113,62,180); }

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

border-color css

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

 span { border-color: rgb(113,62,180); }

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