Html Css Color HEX #71067B Purple

📋 copy color: '#71067B'

red 113 ◦ green 6 ◦ blue 123

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

Shades of Purple #71067B

Tints of Purple #71067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.83%

R = 46.69%
G = 2.48%
B = 50.83%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71067B (or 0x71067B) is known color: Purple. HEX triplet: 71, 06 and 7B. RGB value is (113,6,123). Sum of RGB (Red+Green+Blue) = 113+6+123=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #71067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71067B is #8EF984. Grayscale: #323232. Windows color (decimal): -9369989 or 8062577. OLE color: 8062577.

HSL color Cylindrical-coordinate representation of color #71067B: hue angle of 294.87º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71067B is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 6 123 -
CMYK 0.08 0.95 0 0.52
HSL 294.87º 0.91% 0.25% -
HSV(B) 294.87º 0.95% 0.48% -
XYZ 10.45 5.07 19.17 -
YUV 51.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 113 6 123 0.08 0.95 0 0.52 294.87 0.91 0.25
Hex 71 6 7B 8 5F 0 34 127 5B 19
Octal 161 6 173 10 137 0 64 447 133 31
Binary 1110001 110 1111011 1000 1011111 0 110100 100100111 1011011 11001

Color Harmonies of #71067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71067B

Black with #71067B

Text Example


Text Example

White with #71067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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