Html Css Color HEX #6B0655 Tyrian Purple

📋 copy color: '#6B0655'

red 107 ◦ green 6 ◦ blue 85

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

Shades of Tyrian Purple #6B0655

Tints of Tyrian Purple #6B0655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.93%

R = 54.04%
G = 3.03%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6B0655 (or 0x6B0655) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 55. RGB value is (107,6,85). Sum of RGB (Red+Green+Blue) = 107+6+85=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0655 is #94F9AA. Grayscale: #2C2C2C. Windows color (decimal): -9763243 or 5572203. OLE color: 5572203.

HSL color Cylindrical-coordinate representation of color #6B0655: hue angle of 313.07º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0655 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 6 85 -
CMYK 0 0.94 0.21 0.58
HSL 313.07º 0.89% 0.22% -
HSV(B) 313.07º 0.94% 0.42% -
XYZ 7.77 3.91 8.94 -
YUV 45.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 107 6 85 0 0.94 0.21 0.58 313.07 0.89 0.22
Hex 6B 6 55 0 5E 15 3A 139 59 16
Octal 153 6 125 0 136 25 72 471 131 26
Binary 1101011 110 1010101 0 1011110 10101 111010 100111001 1011001 10110

Color Harmonies of #6B0655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0655

Black with #6B0655

Text Example


Text Example

White with #6B0655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,6,85); }

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

background-color css

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

 a { background-color: rgb(107,6,85); }

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

border-color css

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

 span { border-color: rgb(107,6,85); }

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