Html Css Color HEX #71038B Purple

📋 copy color: '#71038B'

red 113 ◦ green 3 ◦ blue 139

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

Shades of Purple #71038B

Tints of Purple #71038B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 44.31%
G = 1.18%
B = 54.51%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71038B (or 0x71038B) is known color: Purple. HEX triplet: 71, 03 and 8B. RGB value is (113,3,139). Sum of RGB (Red+Green+Blue) = 113+3+139=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #71038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71038B is #8EFC74. Grayscale: #323232. Windows color (decimal): -9370741 or 9110385. OLE color: 9110385.

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

Color convert

RGB 113 3 139 -
CMYK 0.19 0.98 0 0.45
HSL 288.53º 0.96% 0.28% -
HSV(B) 288.53º 0.98% 0.55% -
XYZ 11.5 5.44 24.87 -
YUV 51.39 177.44 171.94 -
System Red Green Blue C M Y K H S L
Decimal 113 3 139 0.19 0.98 0 0.45 288.53 0.96 0.28
Hex 71 3 8B 13 62 0 2D 121 60 1C
Octal 161 3 213 23 142 0 55 441 140 34
Binary 1110001 11 10001011 10011 1100010 0 101101 100100001 1100000 11100

Color Harmonies of #71038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71038B

Black with #71038B

Text Example


Text Example

White with #71038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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