Html Css Color HEX #710366 Purple

📋 copy color: '#710366'

red 113 ◦ green 3 ◦ blue 102

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

Shades of Purple #710366

Tints of Purple #710366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

 BLUE value IS 102 (40.23% from 255) = 46.79%

R = 51.83%
G = 1.38%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#710366 (or 0x710366) is known color: Purple. HEX triplet: 71, 03 and 66. RGB value is (113,3,102). Sum of RGB (Red+Green+Blue) = 113+3+102=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #710366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710366 is #8EFC99. Grayscale: #2E2E2E. Windows color (decimal): -9370778 or 6685553. OLE color: 6685553.

HSL color Cylindrical-coordinate representation of color #710366: hue angle of 306º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710366 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 102 -
CMYK 0 0.97 0.10 0.56
HSL 306º 0.95% 0.23% -
HSV(B) 306º 0.97% 0.44% -
XYZ 9.24 4.54 12.96 -
YUV 47.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 113 3 102 0 0.97 0.10 0.56 306 0.95 0.23
Hex 71 3 66 0 61 A 38 132 5F 17
Octal 161 3 146 0 141 12 70 462 137 27
Binary 1110001 11 1100110 0 1100001 1010 111000 100110010 1011111 10111

Color Harmonies of #710366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710366

Black with #710366

Text Example


Text Example

White with #710366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710366; }

 p { color: rgb(113,3,102); }

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

background-color css

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

 a { background-color: rgb(113,3,102); }

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

border-color css

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

 span { border-color: rgb(113,3,102); }

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