Html Css Color HEX #710693 Purple

📋 copy color: '#710693'

red 113 ◦ green 6 ◦ blue 147

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

Shades of Purple #710693

Tints of Purple #710693

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 42.48%
G = 2.26%
B = 55.26%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710693 (or 0x710693) is known color: Purple. HEX triplet: 71, 06 and 93. RGB value is (113,6,147). Sum of RGB (Red+Green+Blue) = 113+6+147=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #710693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710693 is #8EF96C. Grayscale: #353535. Windows color (decimal): -9369965 or 9635441. OLE color: 9635441.

HSL color Cylindrical-coordinate representation of color #710693: hue angle of 285.53º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710693 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 6 147 -
CMYK 0.23 0.96 0 0.42
HSL 285.53º 0.92% 0.3% -
HSV(B) 285.53º 0.96% 0.58% -
XYZ 12.14 5.75 28.07 -
YUV 54.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 113 6 147 0.23 0.96 0 0.42 285.53 0.92 0.3
Hex 71 6 93 17 60 0 2A 11E 5C 1E
Octal 161 6 223 27 140 0 52 436 134 36
Binary 1110001 110 10010011 10111 1100000 0 101010 100011110 1011100 11110

Color Harmonies of #710693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710693

Black with #710693

Text Example


Text Example

White with #710693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710693; }

 p { color: rgb(113,6,147); }

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

background-color css

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

 a { background-color: rgb(113,6,147); }

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

border-color css

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

 span { border-color: rgb(113,6,147); }

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