Html Css Color HEX #6B0571 Purple

📋 copy color: '#6B0571'

red 107 ◦ green 5 ◦ blue 113

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

Shades of Purple #6B0571

Tints of Purple #6B0571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

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

R = 47.56%
G = 2.22%
B = 50.22%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B0571 (or 0x6B0571) is known color: Purple. HEX triplet: 6B, 05 and 71. RGB value is (107,5,113). Sum of RGB (Red+Green+Blue) = 107+5+113=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B0571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0571 is #94FA8E. Grayscale: #2F2F2F. Windows color (decimal): -9763471 or 7406955. OLE color: 7406955.

HSL color Cylindrical-coordinate representation of color #6B0571: hue angle of 296.67º degrees, saturation: 0.92, 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 #6B0571 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 5 113 -
CMYK 0.05 0.96 0 0.56
HSL 296.67º 0.92% 0.23% -
HSV(B) 296.67º 0.96% 0.44% -
XYZ 9.1 4.43 16 -
YUV 47.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 107 5 113 0.05 0.96 0 0.56 296.67 0.92 0.23
Hex 6B 5 71 5 60 0 38 129 5C 17
Octal 153 5 161 5 140 0 70 451 134 27
Binary 1101011 101 1110001 101 1100000 0 111000 100101001 1011100 10111

Color Harmonies of #6B0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0571

Black with #6B0571

Text Example


Text Example

White with #6B0571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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