Html Css Color HEX #6A0130 Tyrian Purple

📋 copy color: '#6A0130'

red 106 ◦ green 1 ◦ blue 48

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

Shades of Tyrian Purple #6A0130

Tints of Tyrian Purple #6A0130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.97%

R = 68.39%
G = 0.65%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6A0130 (or 0x6A0130) is known color: Tyrian Purple. HEX triplet: 6A, 01 and 30. RGB value is (106,1,48). Sum of RGB (Red+Green+Blue) = 106+1+48=155 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.39% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0130 is #95FECF. Grayscale: #252525. Windows color (decimal): -9830096 or 3146090. OLE color: 3146090.

HSL color Cylindrical-coordinate representation of color #6A0130: hue angle of 333.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 #6A0130 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 1 48 -
CMYK 0 0.99 0.55 0.58
HSL 333.14º 0.98% 0.21% -
HSV(B) 333.14º 0.99% 0.42% -
XYZ 6.49 3.3 3.09 -
YUV 37.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 106 1 48 0 0.99 0.55 0.58 333.14 0.98 0.21
Hex 6A 1 30 0 63 37 3A 14D 62 15
Octal 152 1 60 0 143 67 72 515 142 25
Binary 1101010 1 110000 0 1100011 110111 111010 101001101 1100010 10101

Color Harmonies of #6A0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0130

Black with #6A0130

Text Example


Text Example

White with #6A0130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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