Html Css Color HEX #710782 Purple

📋 copy color: '#710782'

red 113 ◦ green 7 ◦ blue 130

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

Shades of Purple #710782

Tints of Purple #710782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

 BLUE value IS 130 (51.17% from 255) = 52%

R = 45.2%
G = 2.8%
B = 52%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#710782 (or 0x710782) is known color: Purple. HEX triplet: 71, 07 and 82. RGB value is (113,7,130). Sum of RGB (Red+Green+Blue) = 113+7+130=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #710782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710782 is #8EF87D. Grayscale: #343434. Windows color (decimal): -9369726 or 8521585. OLE color: 8521585.

HSL color Cylindrical-coordinate representation of color #710782: hue angle of 291.71º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710782 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 7 130 -
CMYK 0.13 0.95 0 0.49
HSL 291.71º 0.9% 0.27% -
HSV(B) 291.71º 0.95% 0.51% -
XYZ 10.92 5.27 21.56 -
YUV 52.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 113 7 130 0.13 0.95 0 0.49 291.71 0.9 0.27
Hex 71 7 82 D 5F 0 31 124 5A 1B
Octal 161 7 202 15 137 0 61 444 132 33
Binary 1110001 111 10000010 1101 1011111 0 110001 100100100 1011010 11011

Color Harmonies of #710782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710782

Black with #710782

Text Example


Text Example

White with #710782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710782; }

 p { color: rgb(113,7,130); }

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

background-color css

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

 a { background-color: rgb(113,7,130); }

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

border-color css

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

 span { border-color: rgb(113,7,130); }

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