Html Css Color HEX #710688 Purple

📋 copy color: '#710688'

red 113 ◦ green 6 ◦ blue 136

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

Shades of Purple #710688

Tints of Purple #710688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 44.31%
G = 2.35%
B = 53.33%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710688 (or 0x710688) is known color: Purple. HEX triplet: 71, 06 and 88. RGB value is (113,6,136). Sum of RGB (Red+Green+Blue) = 113+6+136=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #710688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710688 is #8EF977. Grayscale: #343434. Windows color (decimal): -9369976 or 8914545. OLE color: 8914545.

HSL color Cylindrical-coordinate representation of color #710688: hue angle of 289.38º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710688 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 6 136 -
CMYK 0.17 0.96 0 0.47
HSL 289.38º 0.92% 0.28% -
HSV(B) 289.38º 0.96% 0.53% -
XYZ 11.32 5.42 23.74 -
YUV 52.81 174.95 170.93 -
System Red Green Blue C M Y K H S L
Decimal 113 6 136 0.17 0.96 0 0.47 289.38 0.92 0.28
Hex 71 6 88 11 60 0 2F 121 5C 1C
Octal 161 6 210 21 140 0 57 441 134 34
Binary 1110001 110 10001000 10001 1100000 0 101111 100100001 1011100 11100

Color Harmonies of #710688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710688

Black with #710688

Text Example


Text Example

White with #710688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710688; }

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

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

background-color css

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

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

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

border-color css

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

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

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