Html Css Color HEX #6D0C44 Tyrian Purple

📋 copy color: '#6D0C44'

red 109 ◦ green 12 ◦ blue 68

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

Shades of Tyrian Purple #6D0C44

Tints of Tyrian Purple #6D0C44

RGB

 RED value IS 109 (42.97% from 255) = 57.67%

 GREEN value IS 12 (5.08% from 255) = 6.35%

 BLUE value IS 68 (26.95% from 255) = 35.98%

R = 57.67%
G = 6.35%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6D0C44 (or 0x6D0C44) is known color: Tyrian Purple. HEX triplet: 6D, 0C and 44. RGB value is (109,12,68). Sum of RGB (Red+Green+Blue) = 109+12+68=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0C44 is #92F3BB. Grayscale: #2F2F2F. Windows color (decimal): -9630652 or 4459629. OLE color: 4459629.

HSL color Cylindrical-coordinate representation of color #6D0C44: hue angle of 325.36º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C44 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 12 68 -
CMYK 0 0.89 0.38 0.57
HSL 325.36º 0.8% 0.24% -
HSV(B) 325.36º 0.89% 0.43% -
XYZ 7.48 3.93 5.83 -
YUV 47.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 109 12 68 0 0.89 0.38 0.57 325.36 0.8 0.24
Hex 6D C 44 0 59 26 39 145 50 18
Octal 155 14 104 0 131 46 71 505 120 30
Binary 1101101 1100 1000100 0 1011001 100110 111001 101000101 1010000 11000

Color Harmonies of #6D0C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0C44

Black with #6D0C44

Text Example


Text Example

White with #6D0C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,12,68); }

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

background-color css

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

 a { background-color: rgb(109,12,68); }

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

border-color css

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

 span { border-color: rgb(109,12,68); }

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