Html Css Color HEX #6C0132 Tyrian Purple

📋 copy color: '#6C0132'

red 108 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #6C0132

Tints of Tyrian Purple #6C0132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 67.92%
G = 0.63%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6C0132 (or 0x6C0132) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 32. RGB value is (108,1,50). Sum of RGB (Red+Green+Blue) = 108+1+50=159 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.92% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0132 is #93FECD. Grayscale: #262626. Windows color (decimal): -9699022 or 3277164. OLE color: 3277164.

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

Color convert

RGB 108 1 50 -
CMYK 0 0.99 0.54 0.58
HSL 332.52º 0.98% 0.21% -
HSV(B) 332.52º 0.99% 0.42% -
XYZ 6.77 3.44 3.32 -
YUV 38.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 108 1 50 0 0.99 0.54 0.58 332.52 0.98 0.21
Hex 6C 1 32 0 63 36 3A 14D 62 15
Octal 154 1 62 0 143 66 72 515 142 25
Binary 1101100 1 110010 0 1100011 110110 111010 101001101 1100010 10101

Color Harmonies of #6C0132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0132

Black with #6C0132

Text Example


Text Example

White with #6C0132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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