Html Css Color HEX #6A0D4B Tyrian Purple

📋 copy color: '#6A0D4B'

red 106 ◦ green 13 ◦ blue 75

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

Shades of Tyrian Purple #6A0D4B

Tints of Tyrian Purple #6A0D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.7%

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 54.64%
G = 6.7%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6A0D4B (or 0x6A0D4B) is known color: Tyrian Purple. HEX triplet: 6A, 0D and 4B. RGB value is (106,13,75). Sum of RGB (Red+Green+Blue) = 106+13+75=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D4B is #95F2B4. Grayscale: #2F2F2F. Windows color (decimal): -9826997 or 4918634. OLE color: 4918634.

HSL color Cylindrical-coordinate representation of color #6A0D4B: hue angle of 320º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D4B is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 13 75 -
CMYK 0 0.88 0.29 0.58
HSL 320º 0.78% 0.23% -
HSV(B) 320º 0.88% 0.42% -
XYZ 7.36 3.86 7.01 -
YUV 47.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 106 13 75 0 0.88 0.29 0.58 320 0.78 0.23
Hex 6A D 4B 0 58 1D 3A 140 4E 17
Octal 152 15 113 0 130 35 72 500 116 27
Binary 1101010 1101 1001011 0 1011000 11101 111010 101000000 1001110 10111

Color Harmonies of #6A0D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0D4B

Black with #6A0D4B

Text Example


Text Example

White with #6A0D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,13,75); }

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

background-color css

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

 a { background-color: rgb(106,13,75); }

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

border-color css

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

 span { border-color: rgb(106,13,75); }

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