Html Css Color HEX #6C063F Tyrian Purple

📋 copy color: '#6C063F'

red 108 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #6C063F

Tints of Tyrian Purple #6C063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 63 (25% from 255) = 35.59%

R = 61.02%
G = 3.39%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6C063F (or 0x6C063F) is known color: Tyrian Purple. HEX triplet: 6C, 06 and 3F. RGB value is (108,6,63). Sum of RGB (Red+Green+Blue) = 108+6+63=177 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.02% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 108 - color contains mainly: red. Hex color #6C063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C063F is #93F9C0. Grayscale: #2A2A2A. Windows color (decimal): -9697729 or 4130412. OLE color: 4130412.

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

Color convert

RGB 108 6 63 -
CMYK 0 0.94 0.42 0.58
HSL 326.47º 0.89% 0.22% -
HSV(B) 326.47º 0.94% 0.42% -
XYZ 7.15 3.68 5.04 -
YUV 43 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 108 6 63 0 0.94 0.42 0.58 326.47 0.89 0.22
Hex 6C 6 3F 0 5E 2A 3A 146 59 16
Octal 154 6 77 0 136 52 72 506 131 26
Binary 1101100 110 111111 0 1011110 101010 111010 101000110 1011001 10110

Color Harmonies of #6C063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C063F

Black with #6C063F

Text Example


Text Example

White with #6C063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,6,63); }

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

background-color css

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

 a { background-color: rgb(108,6,63); }

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

border-color css

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

 span { border-color: rgb(108,6,63); }

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