Html Css Color HEX #6D0A30 Tyrian Purple

📋 copy color: '#6D0A30'

red 109 ◦ green 10 ◦ blue 48

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

Shades of Tyrian Purple #6D0A30

Tints of Tyrian Purple #6D0A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.99%

 BLUE value IS 48 (19.14% from 255) = 28.74%

R = 65.27%
G = 5.99%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6D0A30 (or 0x6D0A30) is known color: Tyrian Purple. HEX triplet: 6D, 0A and 30. RGB value is (109,10,48). Sum of RGB (Red+Green+Blue) = 109+10+48=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A30 is #92F5CF. Grayscale: #2B2B2B. Windows color (decimal): -9631184 or 3148397. OLE color: 3148397.

HSL color Cylindrical-coordinate representation of color #6D0A30: hue angle of 336.97º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A30 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 10 48 -
CMYK 0 0.91 0.56 0.57
HSL 336.97º 0.83% 0.23% -
HSV(B) 336.97º 0.91% 0.43% -
XYZ 6.95 3.68 3.14 -
YUV 43.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 109 10 48 0 0.91 0.56 0.57 336.97 0.83 0.23
Hex 6D A 30 0 5B 38 39 151 53 17
Octal 155 12 60 0 133 70 71 521 123 27
Binary 1101101 1010 110000 0 1011011 111000 111001 101010001 1010011 10111

Color Harmonies of #6D0A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A30

Black with #6D0A30

Text Example


Text Example

White with #6D0A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,10,48); }

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

background-color css

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

 a { background-color: rgb(109,10,48); }

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

border-color css

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

 span { border-color: rgb(109,10,48); }

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