Html Css Color HEX #71046B Purple

📋 copy color: '#71046B'

red 113 ◦ green 4 ◦ blue 107

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

Shades of Purple #71046B

Tints of Purple #71046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 107 (42.19% from 255) = 47.77%

R = 50.45%
G = 1.79%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71046B (or 0x71046B) is known color: Purple. HEX triplet: 71, 04 and 6B. RGB value is (113,4,107). Sum of RGB (Red+Green+Blue) = 113+4+107=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71046B is #8EFB94. Grayscale: #303030. Windows color (decimal): -9370517 or 7013489. OLE color: 7013489.

HSL color Cylindrical-coordinate representation of color #71046B: hue angle of 303.3º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71046B is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 107 -
CMYK 0 0.96 0.05 0.56
HSL 303.3º 0.93% 0.23% -
HSV(B) 303.3º 0.96% 0.44% -
XYZ 9.51 4.66 14.31 -
YUV 48.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 113 4 107 0 0.96 0.05 0.56 303.3 0.93 0.23
Hex 71 4 6B 0 60 5 38 12F 5D 17
Octal 161 4 153 0 140 5 70 457 135 27
Binary 1110001 100 1101011 0 1100000 101 111000 100101111 1011101 10111

Color Harmonies of #71046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71046B

Black with #71046B

Text Example


Text Example

White with #71046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,4,107); }

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

background-color css

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

 a { background-color: rgb(113,4,107); }

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

border-color css

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

 span { border-color: rgb(113,4,107); }

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