Html Css Color HEX #6A0358 Tyrian Purple

📋 copy color: '#6A0358'

red 106 ◦ green 3 ◦ blue 88

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

Shades of Tyrian Purple #6A0358

Tints of Tyrian Purple #6A0358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 44.67%

R = 53.81%
G = 1.52%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6A0358 (or 0x6A0358) is known color: Tyrian Purple. HEX triplet: 6A, 03 and 58. RGB value is (106,3,88). Sum of RGB (Red+Green+Blue) = 106+3+88=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0358 is #95FCA7. Grayscale: #2B2B2B. Windows color (decimal): -9829544 or 5768042. OLE color: 5768042.

HSL color Cylindrical-coordinate representation of color #6A0358: hue angle of 310.49º 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 #6A0358 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 3 88 -
CMYK 0 0.97 0.17 0.58
HSL 310.49º 0.94% 0.21% -
HSV(B) 310.49º 0.97% 0.42% -
XYZ 7.74 3.83 9.56 -
YUV 43.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 106 3 88 0 0.97 0.17 0.58 310.49 0.94 0.21
Hex 6A 3 58 0 61 11 3A 136 5E 15
Octal 152 3 130 0 141 21 72 466 136 25
Binary 1101010 11 1011000 0 1100001 10001 111010 100110110 1011110 10101

Color Harmonies of #6A0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0358

Black with #6A0358

Text Example


Text Example

White with #6A0358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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