Html Css Color HEX #71068D Purple

📋 copy color: '#71068D'

red 113 ◦ green 6 ◦ blue 141

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

Shades of Purple #71068D

Tints of Purple #71068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 43.46%
G = 2.31%
B = 54.23%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71068D (or 0x71068D) is known color: Purple. HEX triplet: 71, 06 and 8D. RGB value is (113,6,141). Sum of RGB (Red+Green+Blue) = 113+6+141=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #71068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71068D is #8EF972. Grayscale: #343434. Windows color (decimal): -9369971 or 9242225. OLE color: 9242225.

HSL color Cylindrical-coordinate representation of color #71068D: hue angle of 287.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71068D is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 6 141 -
CMYK 0.20 0.96 0 0.45
HSL 287.56º 0.92% 0.29% -
HSV(B) 287.56º 0.96% 0.55% -
XYZ 11.68 5.56 25.66 -
YUV 53.38 177.45 170.52 -
System Red Green Blue C M Y K H S L
Decimal 113 6 141 0.20 0.96 0 0.45 287.56 0.92 0.29
Hex 71 6 8D 14 60 0 2D 120 5C 1D
Octal 161 6 215 24 140 0 55 440 134 35
Binary 1110001 110 10001101 10100 1100000 0 101101 100100000 1011100 11101

Color Harmonies of #71068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71068D

Black with #71068D

Text Example


Text Example

White with #71068D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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