Html Css Color HEX #710466 Purple

📋 copy color: '#710466'

red 113 ◦ green 4 ◦ blue 102

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

Shades of Purple #710466

Tints of Purple #710466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.58%

R = 51.6%
G = 1.83%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#710466 (or 0x710466) is known color: Purple. HEX triplet: 71, 04 and 66. RGB value is (113,4,102). Sum of RGB (Red+Green+Blue) = 113+4+102=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #710466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710466 is #8EFB99. Grayscale: #2F2F2F. Windows color (decimal): -9370522 or 6685809. OLE color: 6685809.

HSL color Cylindrical-coordinate representation of color #710466: hue angle of 306.06º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710466 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 102 -
CMYK 0 0.96 0.10 0.56
HSL 306.06º 0.93% 0.23% -
HSV(B) 306.06º 0.96% 0.44% -
XYZ 9.25 4.56 12.96 -
YUV 47.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 113 4 102 0 0.96 0.10 0.56 306.06 0.93 0.23
Hex 71 4 66 0 60 A 38 132 5D 17
Octal 161 4 146 0 140 12 70 462 135 27
Binary 1110001 100 1100110 0 1100000 1010 111000 100110010 1011101 10111

Color Harmonies of #710466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710466

Black with #710466

Text Example


Text Example

White with #710466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710466; }

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

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

background-color css

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

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

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

border-color css

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

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

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