Html Css Color HEX #710266 Purple

📋 copy color: '#710266'

red 113 ◦ green 2 ◦ blue 102

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

Shades of Purple #710266

Tints of Purple #710266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 52.07%
G = 0.92%
B = 47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#710266 (or 0x710266) is known color: Purple. HEX triplet: 71, 02 and 66. RGB value is (113,2,102). Sum of RGB (Red+Green+Blue) = 113+2+102=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #710266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710266 is #8EFD99. Grayscale: #2E2E2E. Windows color (decimal): -9371034 or 6685297. OLE color: 6685297.

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

Color convert

RGB 113 2 102 -
CMYK 0 0.98 0.10 0.56
HSL 305.95º 0.97% 0.23% -
HSV(B) 305.95º 0.98% 0.44% -
XYZ 9.23 4.51 12.96 -
YUV 46.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 113 2 102 0 0.98 0.10 0.56 305.95 0.97 0.23
Hex 71 2 66 0 62 A 38 132 61 17
Octal 161 2 146 0 142 12 70 462 141 27
Binary 1110001 10 1100110 0 1100010 1010 111000 100110010 1100001 10111

Color Harmonies of #710266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710266

Black with #710266

Text Example


Text Example

White with #710266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710266; }

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

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

background-color css

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

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

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

border-color css

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

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

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