Html Css Color HEX #710167 Purple

📋 copy color: '#710167'

red 113 ◦ green 1 ◦ blue 103

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

Shades of Purple #710167

Tints of Purple #710167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.47%

R = 52.07%
G = 0.46%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#710167 (or 0x710167) is known color: Purple. HEX triplet: 71, 01 and 67. RGB value is (113,1,103). Sum of RGB (Red+Green+Blue) = 113+1+103=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #710167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710167 is #8EFE98. Grayscale: #2D2D2D. Windows color (decimal): -9371289 or 6750577. OLE color: 6750577.

HSL color Cylindrical-coordinate representation of color #710167: hue angle of 305.36º 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 #710167 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 103 -
CMYK 0 0.99 0.09 0.56
HSL 305.36º 0.98% 0.22% -
HSV(B) 305.36º 0.99% 0.44% -
XYZ 9.27 4.51 13.21 -
YUV 46.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 113 1 103 0 0.99 0.09 0.56 305.36 0.98 0.22
Hex 71 1 67 0 63 9 38 131 62 16
Octal 161 1 147 0 143 11 70 461 142 26
Binary 1110001 1 1100111 0 1100011 1001 111000 100110001 1100010 10110

Color Harmonies of #710167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710167

Black with #710167

Text Example


Text Example

White with #710167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710167; }

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

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

background-color css

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

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

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

border-color css

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

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

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