Html Css Color HEX #6A0F4A Tyrian Purple

📋 copy color: '#6A0F4A'

red 106 ◦ green 15 ◦ blue 74

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

Shades of Tyrian Purple #6A0F4A

Tints of Tyrian Purple #6A0F4A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.69%

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 54.36%
G = 7.69%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6A0F4A (or 0x6A0F4A) is known color: Tyrian Purple. HEX triplet: 6A, 0F and 4A. RGB value is (106,15,74). Sum of RGB (Red+Green+Blue) = 106+15+74=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0F4A is #95F0B5. Grayscale: #303030. Windows color (decimal): -9826486 or 4853610. OLE color: 4853610.

HSL color Cylindrical-coordinate representation of color #6A0F4A: hue angle of 321.1º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A0F4A is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 15 74 -
CMYK 0 0.86 0.30 0.58
HSL 321.1º 0.75% 0.24% -
HSV(B) 321.1º 0.86% 0.42% -
XYZ 7.35 3.9 6.84 -
YUV 48.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 106 15 74 0 0.86 0.30 0.58 321.1 0.75 0.24
Hex 6A F 4A 0 56 1E 3A 141 4B 18
Octal 152 17 112 0 126 36 72 501 113 30
Binary 1101010 1111 1001010 0 1010110 11110 111010 101000001 1001011 11000

Color Harmonies of #6A0F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0F4A

Black with #6A0F4A

Text Example


Text Example

White with #6A0F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,15,74); }

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

background-color css

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

 a { background-color: rgb(106,15,74); }

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

border-color css

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

 span { border-color: rgb(106,15,74); }

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