Html Css Color HEX #6A0153 Tyrian Purple

📋 copy color: '#6A0153'

red 106 ◦ green 1 ◦ blue 83

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

Shades of Tyrian Purple #6A0153

Tints of Tyrian Purple #6A0153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 55.79%
G = 0.53%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6A0153 (or 0x6A0153) is known color: Tyrian Purple. HEX triplet: 6A, 01 and 53. RGB value is (106,1,83). Sum of RGB (Red+Green+Blue) = 106+1+83=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0153 is #95FEAC. Grayscale: #292929. Windows color (decimal): -9830061 or 5439850. OLE color: 5439850.

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

Color convert

RGB 106 1 83 -
CMYK 0 0.99 0.22 0.58
HSL 313.14º 0.98% 0.21% -
HSV(B) 313.14º 0.99% 0.42% -
XYZ 7.52 3.71 8.5 -
YUV 41.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 106 1 83 0 0.99 0.22 0.58 313.14 0.98 0.21
Hex 6A 1 53 0 63 16 3A 139 62 15
Octal 152 1 123 0 143 26 72 471 142 25
Binary 1101010 1 1010011 0 1100011 10110 111010 100111001 1100010 10101

Color Harmonies of #6A0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0153

Black with #6A0153

Text Example


Text Example

White with #6A0153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,1,83); }

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

background-color css

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

 a { background-color: rgb(106,1,83); }

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

border-color css

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

 span { border-color: rgb(106,1,83); }

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