Html Css Color HEX #71068A Purple

📋 copy color: '#71068A'

red 113 ◦ green 6 ◦ blue 138

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

Shades of Purple #71068A

Tints of Purple #71068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 43.97%
G = 2.33%
B = 53.7%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71068A (or 0x71068A) is known color: Purple. HEX triplet: 71, 06 and 8A. RGB value is (113,6,138). Sum of RGB (Red+Green+Blue) = 113+6+138=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #71068A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71068A is #8EF975. Grayscale: #343434. Windows color (decimal): -9369974 or 9045617. OLE color: 9045617.

HSL color Cylindrical-coordinate representation of color #71068A: hue angle of 288.64º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71068A is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 6 138 -
CMYK 0.18 0.96 0 0.46
HSL 288.64º 0.92% 0.28% -
HSV(B) 288.64º 0.96% 0.54% -
XYZ 11.46 5.48 24.5 -
YUV 53.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 113 6 138 0.18 0.96 0 0.46 288.64 0.92 0.28
Hex 71 6 8A 12 60 0 2E 121 5C 1C
Octal 161 6 212 22 140 0 56 441 134 34
Binary 1110001 110 10001010 10010 1100000 0 101110 100100001 1011100 11100

Color Harmonies of #71068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71068A

Black with #71068A

Text Example


Text Example

White with #71068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71068A; }

 p { color: rgb(113,6,138); }

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

background-color css

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

 a { background-color: rgb(113,6,138); }

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

border-color css

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

 span { border-color: rgb(113,6,138); }

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