Html Css Color HEX #69074A Tyrian Purple

📋 copy color: '#69074A'

red 105 ◦ green 7 ◦ blue 74

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

Shades of Tyrian Purple #69074A

Tints of Tyrian Purple #69074A

RGB

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

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

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

R = 56.45%
G = 3.76%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#69074A (or 0x69074A) is known color: Tyrian Purple. HEX triplet: 69, 07 and 4A. RGB value is (105,7,74). Sum of RGB (Red+Green+Blue) = 105+7+74=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69074A is #96F8B5. Grayscale: #2B2B2B. Windows color (decimal): -9894070 or 4851561. OLE color: 4851561.

HSL color Cylindrical-coordinate representation of color #69074A: hue angle of 318.98º 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 #69074A is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 7 74 -
CMYK 0 0.93 0.30 0.59
HSL 318.98º 0.88% 0.22% -
HSV(B) 318.98º 0.93% 0.41% -
XYZ 7.14 3.65 6.81 -
YUV 43.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 105 7 74 0 0.93 0.30 0.59 318.98 0.88 0.22
Hex 69 7 4A 0 5D 1E 3B 13F 58 16
Octal 151 7 112 0 135 36 73 477 130 26
Binary 1101001 111 1001010 0 1011101 11110 111011 100111111 1011000 10110

Color Harmonies of #69074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69074A

Black with #69074A

Text Example


Text Example

White with #69074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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