Html Css Color HEX #710194 Purple

📋 copy color: '#710194'

red 113 ◦ green 1 ◦ blue 148

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

Shades of Purple #710194

Tints of Purple #710194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 43.13%
G = 0.38%
B = 56.49%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710194 (or 0x710194) is known color: Purple. HEX triplet: 71, 01 and 94. RGB value is (113,1,148). Sum of RGB (Red+Green+Blue) = 113+1+148=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #710194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710194 is #8EFE6B. Grayscale: #323232. Windows color (decimal): -9371244 or 9699697. OLE color: 9699697.

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

Color convert

RGB 113 1 148 -
CMYK 0.24 0.99 0 0.42
HSL 285.71º 0.99% 0.29% -
HSV(B) 285.71º 0.99% 0.58% -
XYZ 12.17 5.67 28.47 -
YUV 51.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 113 1 148 0.24 0.99 0 0.42 285.71 0.99 0.29
Hex 71 1 94 18 63 0 2A 11E 63 1D
Octal 161 1 224 30 143 0 52 436 143 35
Binary 1110001 1 10010100 11000 1100011 0 101010 100011110 1100011 11101

Color Harmonies of #710194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710194

Black with #710194

Text Example


Text Example

White with #710194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710194; }

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

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

background-color css

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

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

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

border-color css

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

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

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