Html Css Color HEX #710268 Purple

📋 copy color: '#710268'

red 113 ◦ green 2 ◦ blue 104

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

Shades of Purple #710268

Tints of Purple #710268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 51.6%
G = 0.91%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#710268 (or 0x710268) is known color: Purple. HEX triplet: 71, 02 and 68. RGB value is (113,2,104). Sum of RGB (Red+Green+Blue) = 113+2+104=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #710268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710268 is #8EFD97. Grayscale: #2E2E2E. Windows color (decimal): -9371032 or 6816369. OLE color: 6816369.

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

Color convert

RGB 113 2 104 -
CMYK 0 0.98 0.08 0.56
HSL 304.86º 0.97% 0.23% -
HSV(B) 304.86º 0.98% 0.44% -
XYZ 9.33 4.55 13.48 -
YUV 46.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 113 2 104 0 0.98 0.08 0.56 304.86 0.97 0.23
Hex 71 2 68 0 62 8 38 131 61 17
Octal 161 2 150 0 142 10 70 461 141 27
Binary 1110001 10 1101000 0 1100010 1000 111000 100110001 1100001 10111

Color Harmonies of #710268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710268

Black with #710268

Text Example


Text Example

White with #710268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710268; }

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

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

background-color css

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

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

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

border-color css

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

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

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