Html Css Color HEX #710665 Purple

📋 copy color: '#710665'

red 113 ◦ green 6 ◦ blue 101

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

Shades of Purple #710665

Tints of Purple #710665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

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

R = 51.36%
G = 2.73%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#710665 (or 0x710665) is known color: Purple. HEX triplet: 71, 06 and 65. RGB value is (113,6,101). Sum of RGB (Red+Green+Blue) = 113+6+101=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #710665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710665 is #8EF99A. Grayscale: #303030. Windows color (decimal): -9370011 or 6620785. OLE color: 6620785.

HSL color Cylindrical-coordinate representation of color #710665: hue angle of 306.73º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710665 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 101 -
CMYK 0 0.95 0.11 0.56
HSL 306.73º 0.9% 0.23% -
HSV(B) 306.73º 0.95% 0.44% -
XYZ 9.22 4.58 12.71 -
YUV 48.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 113 6 101 0 0.95 0.11 0.56 306.73 0.9 0.23
Hex 71 6 65 0 5F B 38 133 5A 17
Octal 161 6 145 0 137 13 70 463 132 27
Binary 1110001 110 1100101 0 1011111 1011 111000 100110011 1011010 10111

Color Harmonies of #710665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710665

Black with #710665

Text Example


Text Example

White with #710665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710665; }

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

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

background-color css

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

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

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

border-color css

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

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

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