Html Css Color HEX #6B0771 Purple

📋 copy color: '#6B0771'

red 107 ◦ green 7 ◦ blue 113

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

Shades of Purple #6B0771

Tints of Purple #6B0771

RGB

 RED value IS 107 (42.19% from 255) = 47.14%

 GREEN value IS 7 (3.13% from 255) = 3.08%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 47.14%
G = 3.08%
B = 49.78%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B0771 (or 0x6B0771) is known color: Purple. HEX triplet: 6B, 07 and 71. RGB value is (107,7,113). Sum of RGB (Red+Green+Blue) = 107+7+113=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B0771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0771 is #94F88E. Grayscale: #303030. Windows color (decimal): -9762959 or 7407467. OLE color: 7407467.

HSL color Cylindrical-coordinate representation of color #6B0771: hue angle of 296.6º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0771 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 7 113 -
CMYK 0.05 0.94 0 0.56
HSL 296.6º 0.88% 0.24% -
HSV(B) 296.6º 0.94% 0.44% -
XYZ 9.12 4.47 16 -
YUV 48.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 107 7 113 0.05 0.94 0 0.56 296.6 0.88 0.24
Hex 6B 7 71 5 5E 0 38 129 58 18
Octal 153 7 161 5 136 0 70 451 130 30
Binary 1101011 111 1110001 101 1011110 0 111000 100101001 1011000 11000

Color Harmonies of #6B0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0771

Black with #6B0771

Text Example


Text Example

White with #6B0771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B0771; }

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

 H1.HeaderClassName
 {
   color: #6B0771;
 }
 .AnyTagClassName
 {
   color: #6B0771;
 }
</style>

background-color css

<style>
 a { background-color: #6B0771; }

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

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

border-color css

<style>
 span { border-color: #6B0771; }

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

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