Html Css Color HEX #6C044B Tyrian Purple

📋 copy color: '#6C044B'

red 108 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #6C044B

Tints of Tyrian Purple #6C044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 57.75%
G = 2.14%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C044B (or 0x6C044B) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 4B. RGB value is (108,4,75). Sum of RGB (Red+Green+Blue) = 108+4+75=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C044B is #93FBB4. Grayscale: #2B2B2B. Windows color (decimal): -9698229 or 4916332. OLE color: 4916332.

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

Color convert

RGB 108 4 75 -
CMYK 0 0.96 0.31 0.58
HSL 319.04º 0.93% 0.22% -
HSV(B) 319.04º 0.96% 0.42% -
XYZ 7.5 3.78 6.99 -
YUV 43.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 108 4 75 0 0.96 0.31 0.58 319.04 0.93 0.22
Hex 6C 4 4B 0 60 1F 3A 13F 5D 16
Octal 154 4 113 0 140 37 72 477 135 26
Binary 1101100 100 1001011 0 1100000 11111 111010 100111111 1011101 10110

Color Harmonies of #6C044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C044B

Black with #6C044B

Text Example


Text Example

White with #6C044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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