Html Css Color HEX #6A033E Tyrian Purple

📋 copy color: '#6A033E'

red 106 ◦ green 3 ◦ blue 62

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

Shades of Tyrian Purple #6A033E

Tints of Tyrian Purple #6A033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

 BLUE value IS 62 (24.61% from 255) = 36.26%

R = 61.99%
G = 1.75%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6A033E (or 0x6A033E) is known color: Tyrian Purple. HEX triplet: 6A, 03 and 3E. RGB value is (106,3,62). Sum of RGB (Red+Green+Blue) = 106+3+62=171 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.99% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 106 - color contains mainly: red. Hex color #6A033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A033E is #95FCC1. Grayscale: #282828. Windows color (decimal): -9829570 or 4064106. OLE color: 4064106.

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

Color convert

RGB 106 3 62 -
CMYK 0 0.97 0.42 0.58
HSL 325.63º 0.94% 0.21% -
HSV(B) 325.63º 0.97% 0.42% -
XYZ 6.85 3.48 4.87 -
YUV 40.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 106 3 62 0 0.97 0.42 0.58 325.63 0.94 0.21
Hex 6A 3 3E 0 61 2A 3A 146 5E 15
Octal 152 3 76 0 141 52 72 506 136 25
Binary 1101010 11 111110 0 1100001 101010 111010 101000110 1011110 10101

Color Harmonies of #6A033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A033E

Black with #6A033E

Text Example


Text Example

White with #6A033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,3,62); }

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

background-color css

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

 a { background-color: rgb(106,3,62); }

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

border-color css

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

 span { border-color: rgb(106,3,62); }

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