Html Css Color HEX #710094 Purple

📋 copy color: '#710094'

red 113 ◦ green 0 ◦ blue 148

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

Shades of Purple #710094

Tints of Purple #710094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.7%

R = 43.3%
G = 0%
B = 56.7%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710094 (or 0x710094) is known color: Purple. HEX triplet: 71, 00 and 94. RGB value is (113,0,148). Sum of RGB (Red+Green+Blue) = 113+0+148=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #710094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710094 is #8EFF6B. Grayscale: #323232. Windows color (decimal): -9371500 or 9699441. OLE color: 9699441.

HSL color Cylindrical-coordinate representation of color #710094: hue angle of 285.81º 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 #710094 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 0 148 -
CMYK 0.24 1 0 0.42
HSL 285.81º 1% 0.29% -
HSV(B) 285.81º 1% 0.58% -
XYZ 12.16 5.65 28.47 -
YUV 50.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 113 0 148 0.24 1 0 0.42 285.81 1 0.29
Hex 71 0 94 18 64 0 2A 11E 64 1D
Octal 161 0 224 30 144 0 52 436 144 35
Binary 1110001 0 10010100 11000 1100100 0 101010 100011110 1100100 11101

Color Harmonies of #710094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710094

Black with #710094

Text Example


Text Example

White with #710094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710094; }

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

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

background-color css

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

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

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

border-color css

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

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

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