Html Css Color HEX #710294 Purple

📋 copy color: '#710294'

red 113 ◦ green 2 ◦ blue 148

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

Shades of Purple #710294

Tints of Purple #710294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 42.97%
G = 0.76%
B = 56.27%

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

#710294 (or 0x710294) is known color: Purple. HEX triplet: 71, 02 and 94. RGB value is (113,2,148). Sum of RGB (Red+Green+Blue) = 113+2+148=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #710294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710294 is #8EFD6B. Grayscale: #333333. Windows color (decimal): -9370988 or 9699953. OLE color: 9699953.

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

Color convert

RGB 113 2 148 -
CMYK 0.24 0.99 0 0.42
HSL 285.62º 0.97% 0.29% -
HSV(B) 285.62º 0.99% 0.58% -
XYZ 12.18 5.69 28.47 -
YUV 51.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 113 2 148 0.24 0.99 0 0.42 285.62 0.97 0.29
Hex 71 2 94 18 63 0 2A 11E 61 1D
Octal 161 2 224 30 143 0 52 436 141 35
Binary 1110001 10 10010100 11000 1100011 0 101010 100011110 1100001 11101

Color Harmonies of #710294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710294

Black with #710294

Text Example


Text Example

White with #710294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710294; }

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

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

background-color css

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

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

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

border-color css

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

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

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