Html Css Color HEX #710093 Purple

📋 copy color: '#710093'

red 113 ◦ green 0 ◦ blue 147

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

Shades of Purple #710093

Tints of Purple #710093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.46%
G = 0%
B = 56.54%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710093 (or 0x710093) is known color: Purple. HEX triplet: 71, 00 and 93. RGB value is (113,0,147). Sum of RGB (Red+Green+Blue) = 113+0+147=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #710093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710093 is #8EFF6C. Grayscale: #323232. Windows color (decimal): -9371501 or 9633905. OLE color: 9633905.

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

Color convert

RGB 113 0 147 -
CMYK 0.23 1 0 0.42
HSL 286.12º 1% 0.29% -
HSV(B) 286.12º 1% 0.58% -
XYZ 12.08 5.62 28.05 -
YUV 50.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 113 0 147 0.23 1 0 0.42 286.12 1 0.29
Hex 71 0 93 17 64 0 2A 11E 64 1D
Octal 161 0 223 27 144 0 52 436 144 35
Binary 1110001 0 10010011 10111 1100100 0 101010 100011110 1100100 11101

Color Harmonies of #710093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710093

Black with #710093

Text Example


Text Example

White with #710093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710093; }

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

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

background-color css

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

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

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

border-color css

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

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

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