Html Css Color HEX #713DB6 Royal Purple

📋 copy color: '#713DB6'

red 113 ◦ green 61 ◦ blue 182

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

Shades of Royal Purple #713DB6

Tints of Royal Purple #713DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

 BLUE value IS 182 (71.48% from 255) = 51.12%

R = 31.74%
G = 17.13%
B = 51.12%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#713DB6 (or 0x713DB6) is known color: Royal Purple. HEX triplet: 71, 3D and B6. RGB value is (113,61,182). Sum of RGB (Red+Green+Blue) = 113+61+182=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #713DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DB6 is #8EC249. Grayscale: #595959. Windows color (decimal): -9355850 or 11943281. OLE color: 11943281.

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

Color convert

RGB 113 61 182 -
CMYK 0.38 0.66 0 0.29
HSL 265.79º 0.5% 0.48% -
HSV(B) 265.79º 0.66% 0.71% -
XYZ 16.92 10.23 45.34 -
YUV 90.34 179.73 144.16 -
System Red Green Blue C M Y K H S L
Decimal 113 61 182 0.38 0.66 0 0.29 265.79 0.5 0.48
Hex 71 3D B6 26 42 0 1D 10A 32 30
Octal 161 75 266 46 102 0 35 412 62 60
Binary 1110001 111101 10110110 100110 1000010 0 11101 100001010 110010 110000

Color Harmonies of #713DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DB6

Black with #713DB6

Text Example


Text Example

White with #713DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,61,182); }

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

background-color css

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

 a { background-color: rgb(113,61,182); }

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

border-color css

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

 span { border-color: rgb(113,61,182); }

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