Html Css Color HEX #710492 Purple

📋 copy color: '#710492'

red 113 ◦ green 4 ◦ blue 146

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

Shades of Purple #710492

Tints of Purple #710492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 42.97%
G = 1.52%
B = 55.51%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#710492 (or 0x710492) is known color: Purple. HEX triplet: 71, 04 and 92. RGB value is (113,4,146). Sum of RGB (Red+Green+Blue) = 113+4+146=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #710492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710492 is #8EFB6D. Grayscale: #343434. Windows color (decimal): -9370478 or 9569393. OLE color: 9569393.

HSL color Cylindrical-coordinate representation of color #710492: hue angle of 286.06º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710492 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 4 146 -
CMYK 0.23 0.97 0 0.43
HSL 286.06º 0.95% 0.29% -
HSV(B) 286.06º 0.97% 0.57% -
XYZ 12.04 5.67 27.65 -
YUV 52.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 113 4 146 0.23 0.97 0 0.43 286.06 0.95 0.29
Hex 71 4 92 17 61 0 2B 11E 5F 1D
Octal 161 4 222 27 141 0 53 436 137 35
Binary 1110001 100 10010010 10111 1100001 0 101011 100011110 1011111 11101

Color Harmonies of #710492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710492

Black with #710492

Text Example


Text Example

White with #710492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710492; }

 p { color: rgb(113,4,146); }

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

background-color css

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

 a { background-color: rgb(113,4,146); }

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

border-color css

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

 span { border-color: rgb(113,4,146); }

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