Html Css Color HEX #710068 Purple

📋 copy color: '#710068'

red 113 ◦ green 0 ◦ blue 104

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

Shades of Purple #710068

Tints of Purple #710068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.07%
G = 0%
B = 47.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#710068 (or 0x710068) is known color: Purple. HEX triplet: 71, 00 and 68. RGB value is (113,0,104). Sum of RGB (Red+Green+Blue) = 113+0+104=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #710068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710068 is #8EFF97. Grayscale: #2D2D2D. Windows color (decimal): -9371544 or 6815857. OLE color: 6815857.

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

Color convert

RGB 113 0 104 -
CMYK 0 1 0.08 0.56
HSL 304.78º 1% 0.22% -
HSV(B) 304.78º 1% 0.44% -
XYZ 9.31 4.51 13.48 -
YUV 45.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 113 0 104 0 1 0.08 0.56 304.78 1 0.22
Hex 71 0 68 0 64 8 38 131 64 16
Octal 161 0 150 0 144 10 70 461 144 26
Binary 1110001 0 1101000 0 1100100 1000 111000 100110001 1100100 10110

Color Harmonies of #710068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710068

Black with #710068

Text Example


Text Example

White with #710068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710068; }

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

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

background-color css

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

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

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

border-color css

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

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

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