Html Css Color HEX #710265 Purple

📋 copy color: '#710265'

red 113 ◦ green 2 ◦ blue 101

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

Shades of Purple #710265

Tints of Purple #710265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.76%

R = 52.31%
G = 0.93%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#710265 (or 0x710265) is known color: Purple. HEX triplet: 71, 02 and 65. RGB value is (113,2,101). Sum of RGB (Red+Green+Blue) = 113+2+101=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #710265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710265 is #8EFD9A. Grayscale: #2E2E2E. Windows color (decimal): -9371035 or 6619761. OLE color: 6619761.

HSL color Cylindrical-coordinate representation of color #710265: hue angle of 306.49º 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 #710265 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 2 101 -
CMYK 0 0.98 0.11 0.56
HSL 306.49º 0.97% 0.23% -
HSV(B) 306.49º 0.98% 0.44% -
XYZ 9.18 4.49 12.7 -
YUV 46.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 113 2 101 0 0.98 0.11 0.56 306.49 0.97 0.23
Hex 71 2 65 0 62 B 38 132 61 17
Octal 161 2 145 0 142 13 70 462 141 27
Binary 1110001 10 1100101 0 1100010 1011 111000 100110010 1100001 10111

Color Harmonies of #710265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710265

Black with #710265

Text Example


Text Example

White with #710265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710265; }

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

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

background-color css

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

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

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

border-color css

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

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

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