Html Css Color HEX #710169 Purple

📋 copy color: '#710169'

red 113 ◦ green 1 ◦ blue 105

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

Shades of Purple #710169

Tints of Purple #710169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.95%

R = 51.6%
G = 0.46%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#710169 (or 0x710169) is known color: Purple. HEX triplet: 71, 01 and 69. RGB value is (113,1,105). Sum of RGB (Red+Green+Blue) = 113+1+105=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #710169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710169 is #8EFE96. Grayscale: #2E2E2E. Windows color (decimal): -9371287 or 6881649. OLE color: 6881649.

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

Color convert

RGB 113 1 105 -
CMYK 0 0.99 0.07 0.56
HSL 304.29º 0.98% 0.22% -
HSV(B) 304.29º 0.99% 0.44% -
XYZ 9.37 4.55 13.75 -
YUV 46.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 113 1 105 0 0.99 0.07 0.56 304.29 0.98 0.22
Hex 71 1 69 0 63 7 38 130 62 16
Octal 161 1 151 0 143 7 70 460 142 26
Binary 1110001 1 1101001 0 1100011 111 111000 100110000 1100010 10110

Color Harmonies of #710169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710169

Black with #710169

Text Example


Text Example

White with #710169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710169; }

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

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

background-color css

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

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

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

border-color css

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

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

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