Html Css Color HEX #710569 Purple

📋 copy color: '#710569'

red 113 ◦ green 5 ◦ blue 105

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

Shades of Purple #710569

Tints of Purple #710569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

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

R = 50.67%
G = 2.24%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#710569 (or 0x710569) is known color: Purple. HEX triplet: 71, 05 and 69. RGB value is (113,5,105). Sum of RGB (Red+Green+Blue) = 113+5+105=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #710569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710569 is #8EFA96. Grayscale: #303030. Windows color (decimal): -9370263 or 6882673. OLE color: 6882673.

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

Color convert

RGB 113 5 105 -
CMYK 0 0.96 0.07 0.56
HSL 304.44º 0.92% 0.23% -
HSV(B) 304.44º 0.96% 0.44% -
XYZ 9.41 4.64 13.76 -
YUV 48.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 113 5 105 0 0.96 0.07 0.56 304.44 0.92 0.23
Hex 71 5 69 0 60 7 38 130 5C 17
Octal 161 5 151 0 140 7 70 460 134 27
Binary 1110001 101 1101001 0 1100000 111 111000 100110000 1011100 10111

Color Harmonies of #710569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710569

Black with #710569

Text Example


Text Example

White with #710569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710569; }

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

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

background-color css

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

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

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

border-color css

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

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

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