Html Css Color HEX #6B0630 Tyrian Purple

📋 copy color: '#6B0630'

red 107 ◦ green 6 ◦ blue 48

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

Shades of Tyrian Purple #6B0630

Tints of Tyrian Purple #6B0630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 66.46%
G = 3.73%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6B0630 (or 0x6B0630) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 30. RGB value is (107,6,48). Sum of RGB (Red+Green+Blue) = 107+6+48=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0630 is #94F9CF. Grayscale: #282828. Windows color (decimal): -9763280 or 3147371. OLE color: 3147371.

HSL color Cylindrical-coordinate representation of color #6B0630: hue angle of 335.05º 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 #6B0630 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 6 48 -
CMYK 0 0.94 0.55 0.58
HSL 335.05º 0.89% 0.22% -
HSV(B) 335.05º 0.94% 0.42% -
XYZ 6.66 3.47 3.11 -
YUV 40.99 131.96 175.08 -
System Red Green Blue C M Y K H S L
Decimal 107 6 48 0 0.94 0.55 0.58 335.05 0.89 0.22
Hex 6B 6 30 0 5E 37 3A 14F 59 16
Octal 153 6 60 0 136 67 72 517 131 26
Binary 1101011 110 110000 0 1011110 110111 111010 101001111 1011001 10110

Color Harmonies of #6B0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0630

Black with #6B0630

Text Example


Text Example

White with #6B0630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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