Html Css Color HEX #710690 Purple

📋 copy color: '#710690'

red 113 ◦ green 6 ◦ blue 144

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

Shades of Purple #710690

Tints of Purple #710690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 42.97%
G = 2.28%
B = 54.75%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#710690 (or 0x710690) is known color: Purple. HEX triplet: 71, 06 and 90. RGB value is (113,6,144). Sum of RGB (Red+Green+Blue) = 113+6+144=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #710690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710690 is #8EF96F. Grayscale: #353535. Windows color (decimal): -9369968 or 9438833. OLE color: 9438833.

HSL color Cylindrical-coordinate representation of color #710690: hue angle of 286.52º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710690 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 6 144 -
CMYK 0.22 0.96 0 0.44
HSL 286.52º 0.92% 0.29% -
HSV(B) 286.52º 0.96% 0.56% -
XYZ 11.91 5.65 26.85 -
YUV 53.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 113 6 144 0.22 0.96 0 0.44 286.52 0.92 0.29
Hex 71 6 90 16 60 0 2C 11F 5C 1D
Octal 161 6 220 26 140 0 54 437 134 35
Binary 1110001 110 10010000 10110 1100000 0 101100 100011111 1011100 11101

Color Harmonies of #710690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710690

Black with #710690

Text Example


Text Example

White with #710690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710690; }

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

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

background-color css

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

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

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

border-color css

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

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

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