Html Css Color HEX #6C0451 Tyrian Purple

📋 copy color: '#6C0451'

red 108 ◦ green 4 ◦ blue 81

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

Shades of Tyrian Purple #6C0451

Tints of Tyrian Purple #6C0451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 81 (32.03% from 255) = 41.97%

R = 55.96%
G = 2.07%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6C0451 (or 0x6C0451) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 51. RGB value is (108,4,81). Sum of RGB (Red+Green+Blue) = 108+4+81=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0451 is #93FBAE. Grayscale: #2B2B2B. Windows color (decimal): -9698223 or 5309548. OLE color: 5309548.

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

Color convert

RGB 108 4 81 -
CMYK 0 0.96 0.25 0.58
HSL 315.58º 0.93% 0.22% -
HSV(B) 315.58º 0.96% 0.42% -
XYZ 7.71 3.87 8.12 -
YUV 43.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 108 4 81 0 0.96 0.25 0.58 315.58 0.93 0.22
Hex 6C 4 51 0 60 19 3A 13C 5D 16
Octal 154 4 121 0 140 31 72 474 135 26
Binary 1101100 100 1010001 0 1100000 11001 111010 100111100 1011101 10110

Color Harmonies of #6C0451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0451

Black with #6C0451

Text Example


Text Example

White with #6C0451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,81); }

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

background-color css

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

 a { background-color: rgb(108,4,81); }

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

border-color css

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

 span { border-color: rgb(108,4,81); }

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