Html Css Color HEX #6D023B Tyrian Purple

📋 copy color: '#6D023B'

red 109 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #6D023B

Tints of Tyrian Purple #6D023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 59 (23.44% from 255) = 34.71%

R = 64.12%
G = 1.18%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.57

RGB Variations

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

Color information

#6D023B (or 0x6D023B) is known color: Tyrian Purple. HEX triplet: 6D, 02 and 3B. RGB value is (109,2,59). Sum of RGB (Red+Green+Blue) = 109+2+59=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D023B is #92FDC4. Grayscale: #282828. Windows color (decimal): -9633221 or 3867245. OLE color: 3867245.

HSL color Cylindrical-coordinate representation of color #6D023B: hue angle of 328.04º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D023B is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 2 59 -
CMYK 0 0.98 0.46 0.57
HSL 328.04º 0.96% 0.22% -
HSV(B) 328.04º 0.98% 0.43% -
XYZ 7.12 3.61 4.46 -
YUV 40.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 109 2 59 0 0.98 0.46 0.57 328.04 0.96 0.22
Hex 6D 2 3B 0 62 2E 39 148 60 16
Octal 155 2 73 0 142 56 71 510 140 26
Binary 1101101 10 111011 0 1100010 101110 111001 101001000 1100000 10110

Color Harmonies of #6D023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D023B

Black with #6D023B

Text Example


Text Example

White with #6D023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,2,59); }

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

background-color css

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

 a { background-color: rgb(109,2,59); }

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

border-color css

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

 span { border-color: rgb(109,2,59); }

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