Html Css Color HEX #6A0241 Tyrian Purple

📋 copy color: '#6A0241'

red 106 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #6A0241

Tints of Tyrian Purple #6A0241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 61.27%
G = 1.16%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6A0241 (or 0x6A0241) is known color: Tyrian Purple. HEX triplet: 6A, 02 and 41. RGB value is (106,2,65). Sum of RGB (Red+Green+Blue) = 106+2+65=173 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.27% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0241 is #95FDBE. Grayscale: #282828. Windows color (decimal): -9829823 or 4260458. OLE color: 4260458.

HSL color Cylindrical-coordinate representation of color #6A0241: hue angle of 323.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0241 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 2 65 -
CMYK 0 0.98 0.39 0.58
HSL 323.65º 0.96% 0.21% -
HSV(B) 323.65º 0.98% 0.42% -
XYZ 6.92 3.49 5.31 -
YUV 40.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 106 2 65 0 0.98 0.39 0.58 323.65 0.96 0.21
Hex 6A 2 41 0 62 27 3A 144 60 15
Octal 152 2 101 0 142 47 72 504 140 25
Binary 1101010 10 1000001 0 1100010 100111 111010 101000100 1100000 10101

Color Harmonies of #6A0241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0241

Black with #6A0241

Text Example


Text Example

White with #6A0241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,2,65); }

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

background-color css

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

 a { background-color: rgb(106,2,65); }

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

border-color css

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

 span { border-color: rgb(106,2,65); }

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