Html Css Color HEX #6C0133 Tyrian Purple

📋 copy color: '#6C0133'

red 108 ◦ green 1 ◦ blue 51

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

Shades of Tyrian Purple #6C0133

Tints of Tyrian Purple #6C0133

RGB

 RED value IS 108 (42.58% from 255) = 67.5%

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 51 (20.31% from 255) = 31.88%

R = 67.5%
G = 0.63%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#6C0133 (or 0x6C0133) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 33. RGB value is (108,1,51). Sum of RGB (Red+Green+Blue) = 108+1+51=160 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0133 is #93FECC. Grayscale: #262626. Windows color (decimal): -9699021 or 3342700. OLE color: 3342700.

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

Color convert

RGB 108 1 51 -
CMYK 0 0.99 0.53 0.58
HSL 331.96º 0.98% 0.21% -
HSV(B) 331.96º 0.99% 0.42% -
XYZ 6.79 3.45 3.44 -
YUV 38.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 108 1 51 0 0.99 0.53 0.58 331.96 0.98 0.21
Hex 6C 1 33 0 63 35 3A 14C 62 15
Octal 154 1 63 0 143 65 72 514 142 25
Binary 1101100 1 110011 0 1100011 110101 111010 101001100 1100010 10101

Color Harmonies of #6C0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0133

Black with #6C0133

Text Example


Text Example

White with #6C0133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,1,51); }

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

background-color css

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

 a { background-color: rgb(108,1,51); }

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

border-color css

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

 span { border-color: rgb(108,1,51); }

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