Html Css Color HEX #710164 Purple

📋 copy color: '#710164'

red 113 ◦ green 1 ◦ blue 100

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

Shades of Purple #710164

Tints of Purple #710164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 46.73%

R = 52.8%
G = 0.47%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#710164 (or 0x710164) is known color: Purple. HEX triplet: 71, 01 and 64. RGB value is (113,1,100). Sum of RGB (Red+Green+Blue) = 113+1+100=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #710164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710164 is #8EFE9B. Grayscale: #2D2D2D. Windows color (decimal): -9371292 or 6553969. OLE color: 6553969.

HSL color Cylindrical-coordinate representation of color #710164: hue angle of 306.96º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710164 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 100 -
CMYK 0 0.99 0.12 0.56
HSL 306.96º 0.98% 0.22% -
HSV(B) 306.96º 0.99% 0.44% -
XYZ 9.12 4.45 12.44 -
YUV 45.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 113 1 100 0 0.99 0.12 0.56 306.96 0.98 0.22
Hex 71 1 64 0 63 C 38 133 62 16
Octal 161 1 144 0 143 14 70 463 142 26
Binary 1110001 1 1100100 0 1100011 1100 111000 100110011 1100010 10110

Color Harmonies of #710164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710164

Black with #710164

Text Example


Text Example

White with #710164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710164; }

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

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

background-color css

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

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

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

border-color css

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

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

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