Html Css Color HEX #710064 Purple

📋 copy color: '#710064'

red 113 ◦ green 0 ◦ blue 100

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

Shades of Purple #710064

Tints of Purple #710064

RGB

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

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

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

R = 53.05%
G = 0%
B = 46.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#710064 (or 0x710064) is known color: Purple. HEX triplet: 71, 00 and 64. RGB value is (113,0,100). Sum of RGB (Red+Green+Blue) = 113+0+100=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #710064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710064 is #8EFF9B. Grayscale: #2C2C2C. Windows color (decimal): -9371548 or 6553713. OLE color: 6553713.

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

Color convert

RGB 113 0 100 -
CMYK 0 1 0.12 0.56
HSL 306.9º 1% 0.22% -
HSV(B) 306.9º 1% 0.44% -
XYZ 9.11 4.43 12.43 -
YUV 45.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 113 0 100 0 1 0.12 0.56 306.9 1 0.22
Hex 71 0 64 0 64 C 38 133 64 16
Octal 161 0 144 0 144 14 70 463 144 26
Binary 1110001 0 1100100 0 1100100 1100 111000 100110011 1100100 10110

Color Harmonies of #710064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710064

Black with #710064

Text Example


Text Example

White with #710064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710064; }

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

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

background-color css

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

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

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

border-color css

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

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

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