Html Css Color HEX #711298 Purple

📋 copy color: '#711298'

red 113 ◦ green 18 ◦ blue 152

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

Shades of Purple #711298

Tints of Purple #711298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

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

R = 39.93%
G = 6.36%
B = 53.71%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#711298 (or 0x711298) is known color: Purple. HEX triplet: 71, 12 and 98. RGB value is (113,18,152). Sum of RGB (Red+Green+Blue) = 113+18+152=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #711298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711298 is #8EED67. Grayscale: #3D3D3D. Windows color (decimal): -9366888 or 9966193. OLE color: 9966193.

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

Color convert

RGB 113 18 152 -
CMYK 0.26 0.88 0 0.40
HSL 282.54º 0.79% 0.33% -
HSV(B) 282.54º 0.88% 0.6% -
XYZ 12.69 6.21 30.24 -
YUV 61.68 178.97 164.6 -
System Red Green Blue C M Y K H S L
Decimal 113 18 152 0.26 0.88 0 0.40 282.54 0.79 0.33
Hex 71 12 98 1A 58 0 28 11B 4F 21
Octal 161 22 230 32 130 0 50 433 117 41
Binary 1110001 10010 10011000 11010 1011000 0 101000 100011011 1001111 100001

Color Harmonies of #711298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711298

Black with #711298

Text Example


Text Example

White with #711298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711298; }

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

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

background-color css

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

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

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

border-color css

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

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

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