Html Css Color HEX #71027A Purple

📋 copy color: '#71027A'

red 113 ◦ green 2 ◦ blue 122

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

Shades of Purple #71027A

Tints of Purple #71027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.48%

R = 47.68%
G = 0.84%
B = 51.48%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71027A (or 0x71027A) is known color: Purple. HEX triplet: 71, 02 and 7A. RGB value is (113,2,122). Sum of RGB (Red+Green+Blue) = 113+2+122=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #71027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71027A is #8EFD85. Grayscale: #303030. Windows color (decimal): -9371014 or 7996017. OLE color: 7996017.

HSL color Cylindrical-coordinate representation of color #71027A: hue angle of 295.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71027A is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 2 122 -
CMYK 0.07 0.98 0 0.52
HSL 295.5º 0.97% 0.24% -
HSV(B) 295.5º 0.98% 0.48% -
XYZ 10.34 4.96 18.82 -
YUV 48.87 169.27 173.74 -
System Red Green Blue C M Y K H S L
Decimal 113 2 122 0.07 0.98 0 0.52 295.5 0.97 0.24
Hex 71 2 7A 7 62 0 34 128 61 18
Octal 161 2 172 7 142 0 64 450 141 30
Binary 1110001 10 1111010 111 1100010 0 110100 100101000 1100001 11000

Color Harmonies of #71027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71027A

Black with #71027A

Text Example


Text Example

White with #71027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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