Html Css Color HEX #69004A Tyrian Purple

📋 copy color: '#69004A'

red 105 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #69004A

Tints of Tyrian Purple #69004A

RGB

 RED value IS 105 (41.41% from 255) = 58.66%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.66%
G = 0%
B = 41.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#69004A (or 0x69004A) is known color: Tyrian Purple. HEX triplet: 69, 00 and 4A. RGB value is (105,0,74). Sum of RGB (Red+Green+Blue) = 105+0+74=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #69004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69004A is #96FFB5. Grayscale: #272727. Windows color (decimal): -9895862 or 4849769. OLE color: 4849769.

HSL color Cylindrical-coordinate representation of color #69004A: hue angle of 317.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69004A is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 0 74 -
CMYK 0 1 0.30 0.59
HSL 317.71º 1% 0.21% -
HSV(B) 317.71º 1% 0.41% -
XYZ 7.06 3.5 6.78 -
YUV 39.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 105 0 74 0 1 0.30 0.59 317.71 1 0.21
Hex 69 0 4A 0 64 1E 3B 13E 64 15
Octal 151 0 112 0 144 36 73 476 144 25
Binary 1101001 0 1001010 0 1100100 11110 111011 100111110 1100100 10101

Color Harmonies of #69004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69004A

Black with #69004A

Text Example


Text Example

White with #69004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69004A; }

 p { color: rgb(105,0,74); }

 H1.HeaderClassName
 {
   color: #69004A;
 }
 .AnyTagClassName
 {
   color: #69004A;
 }
</style>

background-color css

<style>
 a { background-color: #69004A; }

 a { background-color: rgb(105,0,74); }

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

border-color css

<style>
 span { border-color: #69004A; }

 span { border-color: rgb(105,0,74); }

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