Html Css Color HEX #710678 Purple

📋 copy color: '#710678'

red 113 ◦ green 6 ◦ blue 120

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

Shades of Purple #710678

Tints of Purple #710678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 47.28%
G = 2.51%
B = 50.21%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710678 (or 0x710678) is known color: Purple. HEX triplet: 71, 06 and 78. RGB value is (113,6,120). Sum of RGB (Red+Green+Blue) = 113+6+120=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #710678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710678 is #8EF987. Grayscale: #323232. Windows color (decimal): -9369992 or 7865969. OLE color: 7865969.

HSL color Cylindrical-coordinate representation of color #710678: hue angle of 296.32º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710678 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 6 120 -
CMYK 0.06 0.95 0 0.53
HSL 296.32º 0.9% 0.25% -
HSV(B) 296.32º 0.95% 0.47% -
XYZ 10.27 5 18.19 -
YUV 50.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 113 6 120 0.06 0.95 0 0.53 296.32 0.9 0.25
Hex 71 6 78 6 5F 0 35 128 5A 19
Octal 161 6 170 6 137 0 65 450 132 31
Binary 1110001 110 1111000 110 1011111 0 110101 100101000 1011010 11001

Color Harmonies of #710678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710678

Black with #710678

Text Example


Text Example

White with #710678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710678; }

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

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

background-color css

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

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

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

border-color css

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

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

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