Html Css Color HEX #710469 Purple

📋 copy color: '#710469'

red 113 ◦ green 4 ◦ blue 105

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

Shades of Purple #710469

Tints of Purple #710469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

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

R = 50.9%
G = 1.8%
B = 47.3%

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

#710469 (or 0x710469) is known color: Purple. HEX triplet: 71, 04 and 69. RGB value is (113,4,105). Sum of RGB (Red+Green+Blue) = 113+4+105=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #710469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710469 is #8EFB96. Grayscale: #2F2F2F. Windows color (decimal): -9370519 or 6882417. OLE color: 6882417.

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

Color convert

RGB 113 4 105 -
CMYK 0 0.96 0.07 0.56
HSL 304.4º 0.93% 0.23% -
HSV(B) 304.4º 0.96% 0.44% -
XYZ 9.4 4.62 13.76 -
YUV 48.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 113 4 105 0 0.96 0.07 0.56 304.4 0.93 0.23
Hex 71 4 69 0 60 7 38 130 5D 17
Octal 161 4 151 0 140 7 70 460 135 27
Binary 1110001 100 1101001 0 1100000 111 111000 100110000 1011101 10111

Color Harmonies of #710469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710469

Black with #710469

Text Example


Text Example

White with #710469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710469; }

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

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

background-color css

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

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

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

border-color css

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

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

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