Html Css Color HEX #71038A Purple

📋 copy color: '#71038A'

red 113 ◦ green 3 ◦ blue 138

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

Shades of Purple #71038A

Tints of Purple #71038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 44.49%
G = 1.18%
B = 54.33%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71038A (or 0x71038A) is known color: Purple. HEX triplet: 71, 03 and 8A. RGB value is (113,3,138). Sum of RGB (Red+Green+Blue) = 113+3+138=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #71038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71038A is #8EFC75. Grayscale: #323232. Windows color (decimal): -9370742 or 9044849. OLE color: 9044849.

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

Color convert

RGB 113 3 138 -
CMYK 0.18 0.98 0 0.46
HSL 288.89º 0.96% 0.28% -
HSV(B) 288.89º 0.98% 0.54% -
XYZ 11.43 5.41 24.49 -
YUV 51.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 113 3 138 0.18 0.98 0 0.46 288.89 0.96 0.28
Hex 71 3 8A 12 62 0 2E 121 60 1C
Octal 161 3 212 22 142 0 56 441 140 34
Binary 1110001 11 10001010 10010 1100010 0 101110 100100001 1100000 11100

Color Harmonies of #71038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71038A

Black with #71038A

Text Example


Text Example

White with #71038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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