Html Css Color HEX #710198 Purple

📋 copy color: '#710198'

red 113 ◦ green 1 ◦ blue 152

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

Shades of Purple #710198

Tints of Purple #710198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 42.48%
G = 0.38%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#710198 (or 0x710198) is known color: Purple. HEX triplet: 71, 01 and 98. RGB value is (113,1,152). Sum of RGB (Red+Green+Blue) = 113+1+152=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #710198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710198 is #8EFE67. Grayscale: #333333. Windows color (decimal): -9371240 or 9961841. OLE color: 9961841.

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

Color convert

RGB 113 1 152 -
CMYK 0.26 0.99 0 0.40
HSL 284.5º 0.99% 0.3% -
HSV(B) 284.5º 0.99% 0.6% -
XYZ 12.49 5.8 30.17 -
YUV 51.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 113 1 152 0.26 0.99 0 0.40 284.5 0.99 0.3
Hex 71 1 98 1A 63 0 28 11D 63 1E
Octal 161 1 230 32 143 0 50 435 143 36
Binary 1110001 1 10011000 11010 1100011 0 101000 100011101 1100011 11110

Color Harmonies of #710198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710198

Black with #710198

Text Example


Text Example

White with #710198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710198; }

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

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

background-color css

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

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

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

border-color css

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

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

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