Html Css Color HEX #710168 Purple

📋 copy color: '#710168'

red 113 ◦ green 1 ◦ blue 104

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

Shades of Purple #710168

Tints of Purple #710168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.71%

R = 51.83%
G = 0.46%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#710168 (or 0x710168) is known color: Purple. HEX triplet: 71, 01 and 68. RGB value is (113,1,104). Sum of RGB (Red+Green+Blue) = 113+1+104=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #710168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710168 is #8EFE97. Grayscale: #2D2D2D. Windows color (decimal): -9371288 or 6816113. OLE color: 6816113.

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

Color convert

RGB 113 1 104 -
CMYK 0 0.99 0.08 0.56
HSL 304.82º 0.98% 0.22% -
HSV(B) 304.82º 0.99% 0.44% -
XYZ 9.32 4.53 13.48 -
YUV 46.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 113 1 104 0 0.99 0.08 0.56 304.82 0.98 0.22
Hex 71 1 68 0 63 8 38 131 62 16
Octal 161 1 150 0 143 10 70 461 142 26
Binary 1110001 1 1101000 0 1100011 1000 111000 100110001 1100010 10110

Color Harmonies of #710168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710168

Black with #710168

Text Example


Text Example

White with #710168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710168; }

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

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

background-color css

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

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

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

border-color css

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

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

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