Html Css Color HEX #69073E Tyrian Purple

📋 copy color: '#69073E'

red 105 ◦ green 7 ◦ blue 62

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

Shades of Tyrian Purple #69073E

Tints of Tyrian Purple #69073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

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

R = 60.34%
G = 4.02%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#69073E (or 0x69073E) is known color: Tyrian Purple. HEX triplet: 69, 07 and 3E. RGB value is (105,7,62). Sum of RGB (Red+Green+Blue) = 105+7+62=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #69073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69073E is #96F8C1. Grayscale: #2A2A2A. Windows color (decimal): -9894082 or 4065129. OLE color: 4065129.

HSL color Cylindrical-coordinate representation of color #69073E: hue angle of 326.33º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69073E is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 7 62 -
CMYK 0 0.93 0.41 0.59
HSL 326.33º 0.88% 0.22% -
HSV(B) 326.33º 0.93% 0.41% -
XYZ 6.77 3.5 4.88 -
YUV 42.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 105 7 62 0 0.93 0.41 0.59 326.33 0.88 0.22
Hex 69 7 3E 0 5D 29 3B 146 58 16
Octal 151 7 76 0 135 51 73 506 130 26
Binary 1101001 111 111110 0 1011101 101001 111011 101000110 1011000 10110

Color Harmonies of #69073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69073E

Black with #69073E

Text Example


Text Example

White with #69073E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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