Html Css Color HEX #710065 Purple

📋 copy color: '#710065'

red 113 ◦ green 0 ◦ blue 101

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

Shades of Purple #710065

Tints of Purple #710065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 47.2%

R = 52.8%
G = 0%
B = 47.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#710065 (or 0x710065) is known color: Purple. HEX triplet: 71, 00 and 65. RGB value is (113,0,101). Sum of RGB (Red+Green+Blue) = 113+0+101=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #710065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710065 is #8EFF9A. Grayscale: #2D2D2D. Windows color (decimal): -9371547 or 6619249. OLE color: 6619249.

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

Color convert

RGB 113 0 101 -
CMYK 0 1 0.11 0.56
HSL 306.37º 1% 0.22% -
HSV(B) 306.37º 1% 0.44% -
XYZ 9.16 4.45 12.69 -
YUV 45.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 113 0 101 0 1 0.11 0.56 306.37 1 0.22
Hex 71 0 65 0 64 B 38 132 64 16
Octal 161 0 145 0 144 13 70 462 144 26
Binary 1110001 0 1100101 0 1100100 1011 111000 100110010 1100100 10110

Color Harmonies of #710065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710065

Black with #710065

Text Example


Text Example

White with #710065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710065; }

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

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

background-color css

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

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

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

border-color css

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

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

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