Html Css Color HEX #6C053E Tyrian Purple

📋 copy color: '#6C053E'

red 108 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #6C053E

Tints of Tyrian Purple #6C053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 62 (24.61% from 255) = 35.43%

R = 61.71%
G = 2.86%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6C053E (or 0x6C053E) is known color: Tyrian Purple. HEX triplet: 6C, 05 and 3E. RGB value is (108,5,62). Sum of RGB (Red+Green+Blue) = 108+5+62=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C053E is #93FAC1. Grayscale: #2A2A2A. Windows color (decimal): -9697986 or 4064620. OLE color: 4064620.

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

Color convert

RGB 108 5 62 -
CMYK 0 0.95 0.43 0.58
HSL 326.8º 0.91% 0.22% -
HSV(B) 326.8º 0.95% 0.42% -
XYZ 7.11 3.64 4.89 -
YUV 42.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 108 5 62 0 0.95 0.43 0.58 326.8 0.91 0.22
Hex 6C 5 3E 0 5F 2B 3A 147 5B 16
Octal 154 5 76 0 137 53 72 507 133 26
Binary 1101100 101 111110 0 1011111 101011 111010 101000111 1011011 10110

Color Harmonies of #6C053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C053E

Black with #6C053E

Text Example


Text Example

White with #6C053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,5,62); }

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

background-color css

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

 a { background-color: rgb(108,5,62); }

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

border-color css

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

 span { border-color: rgb(108,5,62); }

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