Html Css Color HEX #6B003D Tyrian Purple

📋 copy color: '#6B003D'

red 107 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #6B003D

Tints of Tyrian Purple #6B003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 36.31%

R = 63.69%
G = 0%
B = 36.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6B003D (or 0x6B003D) is known color: Tyrian Purple. HEX triplet: 6B, 00 and 3D. RGB value is (107,0,61). Sum of RGB (Red+Green+Blue) = 107+0+61=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B003D is #94FFC2. Grayscale: #262626. Windows color (decimal): -9764803 or 3997803. OLE color: 3997803.

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

Color convert

RGB 107 0 61 -
CMYK 0 1 0.43 0.58
HSL 325.79º 1% 0.21% -
HSV(B) 325.79º 1% 0.42% -
XYZ 6.91 3.46 4.72 -
YUV 38.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 107 0 61 0 1 0.43 0.58 325.79 1 0.21
Hex 6B 0 3D 0 64 2B 3A 146 64 15
Octal 153 0 75 0 144 53 72 506 144 25
Binary 1101011 0 111101 0 1100100 101011 111010 101000110 1100100 10101

Color Harmonies of #6B003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B003D

Black with #6B003D

Text Example


Text Example

White with #6B003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,0,61); }

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

background-color css

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

 a { background-color: rgb(107,0,61); }

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

border-color css

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

 span { border-color: rgb(107,0,61); }

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