Html Css Color HEX #69094D Tyrian Purple

📋 copy color: '#69094D'

red 105 ◦ green 9 ◦ blue 77

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

Shades of Tyrian Purple #69094D

Tints of Tyrian Purple #69094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.71%

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 54.97%
G = 4.71%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#69094D (or 0x69094D) is known color: Tyrian Purple. HEX triplet: 69, 09 and 4D. RGB value is (105,9,77). Sum of RGB (Red+Green+Blue) = 105+9+77=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #69094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69094D is #96F6B2. Grayscale: #2D2D2D. Windows color (decimal): -9893555 or 5048681. OLE color: 5048681.

HSL color Cylindrical-coordinate representation of color #69094D: hue angle of 317.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69094D is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 77 -
CMYK 0 0.91 0.27 0.59
HSL 317.5º 0.84% 0.22% -
HSV(B) 317.5º 0.91% 0.41% -
XYZ 7.26 3.73 7.36 -
YUV 45.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 105 9 77 0 0.91 0.27 0.59 317.5 0.84 0.22
Hex 69 9 4D 0 5B 1B 3B 13E 54 16
Octal 151 11 115 0 133 33 73 476 124 26
Binary 1101001 1001 1001101 0 1011011 11011 111011 100111110 1010100 10110

Color Harmonies of #69094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69094D

Black with #69094D

Text Example


Text Example

White with #69094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69094D; }

 p { color: rgb(105,9,77); }

 H1.HeaderClassName
 {
   color: #69094D;
 }
 .AnyTagClassName
 {
   color: #69094D;
 }
</style>

background-color css

<style>
 a { background-color: #69094D; }

 a { background-color: rgb(105,9,77); }

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

border-color css

<style>
 span { border-color: #69094D; }

 span { border-color: rgb(105,9,77); }

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