Html Css Color HEX #710264 Purple

📋 copy color: '#710264'

red 113 ◦ green 2 ◦ blue 100

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

Shades of Purple #710264

Tints of Purple #710264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 46.51%

R = 52.56%
G = 0.93%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#710264 (or 0x710264) is known color: Purple. HEX triplet: 71, 02 and 64. RGB value is (113,2,100). Sum of RGB (Red+Green+Blue) = 113+2+100=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #710264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710264 is #8EFD9B. Grayscale: #2E2E2E. Windows color (decimal): -9371036 or 6554225. OLE color: 6554225.

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

Color convert

RGB 113 2 100 -
CMYK 0 0.98 0.12 0.56
HSL 307.03º 0.97% 0.23% -
HSV(B) 307.03º 0.98% 0.44% -
XYZ 9.13 4.47 12.44 -
YUV 46.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 113 2 100 0 0.98 0.12 0.56 307.03 0.97 0.23
Hex 71 2 64 0 62 C 38 133 61 17
Octal 161 2 144 0 142 14 70 463 141 27
Binary 1110001 10 1100100 0 1100010 1100 111000 100110011 1100001 10111

Color Harmonies of #710264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710264

Black with #710264

Text Example


Text Example

White with #710264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710264; }

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

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

background-color css

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

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

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

border-color css

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

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

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