Html Css Color HEX #710165 Purple

📋 copy color: '#710165'

red 113 ◦ green 1 ◦ blue 101

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

Shades of Purple #710165

Tints of Purple #710165

RGB

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

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

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

R = 52.56%
G = 0.47%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#710165 (or 0x710165) is known color: Purple. HEX triplet: 71, 01 and 65. RGB value is (113,1,101). Sum of RGB (Red+Green+Blue) = 113+1+101=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #710165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710165 is #8EFE9A. Grayscale: #2D2D2D. Windows color (decimal): -9371291 or 6619505. OLE color: 6619505.

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

Color convert

RGB 113 1 101 -
CMYK 0 0.99 0.11 0.56
HSL 306.43º 0.98% 0.22% -
HSV(B) 306.43º 0.99% 0.44% -
XYZ 9.17 4.47 12.69 -
YUV 45.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 113 1 101 0 0.99 0.11 0.56 306.43 0.98 0.22
Hex 71 1 65 0 63 B 38 132 62 16
Octal 161 1 145 0 143 13 70 462 142 26
Binary 1110001 1 1100101 0 1100011 1011 111000 100110010 1100010 10110

Color Harmonies of #710165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710165

Black with #710165

Text Example


Text Example

White with #710165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710165; }

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

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

background-color css

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

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

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

border-color css

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

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

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