Html Css Color HEX #710063 Purple

📋 copy color: '#710063'

red 113 ◦ green 0 ◦ blue 99

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

Shades of Purple #710063

Tints of Purple #710063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 53.3%
G = 0%
B = 46.7%

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

#710063 (or 0x710063) is known color: Purple. HEX triplet: 71, 00 and 63. RGB value is (113,0,99). Sum of RGB (Red+Green+Blue) = 113+0+99=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #710063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710063 is #8EFF9C. Grayscale: #2C2C2C. Windows color (decimal): -9371549 or 6488177. OLE color: 6488177.

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

Color convert

RGB 113 0 99 -
CMYK 0 1 0.12 0.56
HSL 307.43º 1% 0.22% -
HSV(B) 307.43º 1% 0.44% -
XYZ 9.06 4.41 12.18 -
YUV 45.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 113 0 99 0 1 0.12 0.56 307.43 1 0.22
Hex 71 0 63 0 64 C 38 133 64 16
Octal 161 0 143 0 144 14 70 463 144 26
Binary 1110001 0 1100011 0 1100100 1100 111000 100110011 1100100 10110

Color Harmonies of #710063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710063

Black with #710063

Text Example


Text Example

White with #710063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710063; }

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

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

background-color css

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

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

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

border-color css

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

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

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