Html Css Color HEX #6C0138 Tyrian Purple

📋 copy color: '#6C0138'

red 108 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #6C0138

Tints of Tyrian Purple #6C0138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.94%

R = 65.45%
G = 0.61%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6C0138 (or 0x6C0138) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 38. RGB value is (108,1,56). Sum of RGB (Red+Green+Blue) = 108+1+56=165 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.45% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0138 is #93FEC7. Grayscale: #272727. Windows color (decimal): -9699016 or 3670380. OLE color: 3670380.

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

Color convert

RGB 108 1 56 -
CMYK 0 0.99 0.48 0.58
HSL 329.16º 0.98% 0.21% -
HSV(B) 329.16º 0.99% 0.42% -
XYZ 6.91 3.5 4.05 -
YUV 39.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 108 1 56 0 0.99 0.48 0.58 329.16 0.98 0.21
Hex 6C 1 38 0 63 30 3A 149 62 15
Octal 154 1 70 0 143 60 72 511 142 25
Binary 1101100 1 111000 0 1100011 110000 111010 101001001 1100010 10101

Color Harmonies of #6C0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0138

Black with #6C0138

Text Example


Text Example

White with #6C0138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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