Html Css Color HEX #710698 Purple

📋 copy color: '#710698'

red 113 ◦ green 6 ◦ blue 152

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

Shades of Purple #710698

Tints of Purple #710698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 41.7%
G = 2.21%
B = 56.09%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#710698 (or 0x710698) is known color: Purple. HEX triplet: 71, 06 and 98. RGB value is (113,6,152). Sum of RGB (Red+Green+Blue) = 113+6+152=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #710698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710698 is #8EF967. Grayscale: #363636. Windows color (decimal): -9369960 or 9963121. OLE color: 9963121.

HSL color Cylindrical-coordinate representation of color #710698: hue angle of 283.97º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710698 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 6 152 -
CMYK 0.26 0.96 0 0.40
HSL 283.97º 0.92% 0.31% -
HSV(B) 283.97º 0.96% 0.6% -
XYZ 12.54 5.91 30.19 -
YUV 54.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 113 6 152 0.26 0.96 0 0.40 283.97 0.92 0.31
Hex 71 6 98 1A 60 0 28 11C 5C 1F
Octal 161 6 230 32 140 0 50 434 134 37
Binary 1110001 110 10011000 11010 1100000 0 101000 100011100 1011100 11111

Color Harmonies of #710698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710698

Black with #710698

Text Example


Text Example

White with #710698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710698; }

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

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

background-color css

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

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

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

border-color css

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

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

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