Html Css Color HEX #69093E Tyrian Purple

📋 copy color: '#69093E'

red 105 ◦ green 9 ◦ blue 62

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

Shades of Tyrian Purple #69093E

Tints of Tyrian Purple #69093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 59.66%
G = 5.11%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#69093E (or 0x69093E) is known color: Tyrian Purple. HEX triplet: 69, 09 and 3E. RGB value is (105,9,62). Sum of RGB (Red+Green+Blue) = 105+9+62=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #69093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69093E is #96F6C1. Grayscale: #2B2B2B. Windows color (decimal): -9893570 or 4065641. OLE color: 4065641.

HSL color Cylindrical-coordinate representation of color #69093E: hue angle of 326.88º 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 #69093E is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 62 -
CMYK 0 0.91 0.41 0.59
HSL 326.88º 0.84% 0.22% -
HSV(B) 326.88º 0.91% 0.41% -
XYZ 6.79 3.55 4.88 -
YUV 43.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 105 9 62 0 0.91 0.41 0.59 326.88 0.84 0.22
Hex 69 9 3E 0 5B 29 3B 147 54 16
Octal 151 11 76 0 133 51 73 507 124 26
Binary 1101001 1001 111110 0 1011011 101001 111011 101000111 1010100 10110

Color Harmonies of #69093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69093E

Black with #69093E

Text Example


Text Example

White with #69093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69093E; }

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

 H1.HeaderClassName
 {
   color: #69093E;
 }
 .AnyTagClassName
 {
   color: #69093E;
 }
</style>

background-color css

<style>
 a { background-color: #69093E; }

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

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

border-color css

<style>
 span { border-color: #69093E; }

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

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