Html Css Color HEX #6A083C Tyrian Purple

📋 copy color: '#6A083C'

red 106 ◦ green 8 ◦ blue 60

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

Shades of Tyrian Purple #6A083C

Tints of Tyrian Purple #6A083C

RGB

 RED value IS 106 (41.8% from 255) = 60.92%

 GREEN value IS 8 (3.52% from 255) = 4.6%

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 60.92%
G = 4.6%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6A083C (or 0x6A083C) is known color: Tyrian Purple. HEX triplet: 6A, 08 and 3C. RGB value is (106,8,60). Sum of RGB (Red+Green+Blue) = 106+8+60=174 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.92% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 106 - color contains mainly: red. Hex color #6A083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A083C is #95F7C3. Grayscale: #2B2B2B. Windows color (decimal): -9828292 or 3934314. OLE color: 3934314.

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

Color convert

RGB 106 8 60 -
CMYK 0 0.92 0.43 0.58
HSL 328.16º 0.86% 0.22% -
HSV(B) 328.16º 0.92% 0.42% -
XYZ 6.85 3.56 4.6 -
YUV 43.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 106 8 60 0 0.92 0.43 0.58 328.16 0.86 0.22
Hex 6A 8 3C 0 5C 2B 3A 148 56 16
Octal 152 10 74 0 134 53 72 510 126 26
Binary 1101010 1000 111100 0 1011100 101011 111010 101001000 1010110 10110

Color Harmonies of #6A083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A083C

Black with #6A083C

Text Example


Text Example

White with #6A083C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,8,60); }

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

background-color css

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

 a { background-color: rgb(106,8,60); }

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

border-color css

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

 span { border-color: rgb(106,8,60); }

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