Html Css Color HEX #69024D Tyrian Purple

📋 copy color: '#69024D'

red 105 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #69024D

Tints of Tyrian Purple #69024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 57.07%
G = 1.09%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#69024D (or 0x69024D) is known color: Tyrian Purple. HEX triplet: 69, 02 and 4D. RGB value is (105,2,77). Sum of RGB (Red+Green+Blue) = 105+2+77=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69024D is #96FDB2. Grayscale: #292929. Windows color (decimal): -9895347 or 5046889. OLE color: 5046889.

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

Color convert

RGB 105 2 77 -
CMYK 0 0.98 0.27 0.59
HSL 316.31º 0.96% 0.21% -
HSV(B) 316.31º 0.98% 0.41% -
XYZ 7.19 3.58 7.33 -
YUV 41.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 105 2 77 0 0.98 0.27 0.59 316.31 0.96 0.21
Hex 69 2 4D 0 62 1B 3B 13C 60 15
Octal 151 2 115 0 142 33 73 474 140 25
Binary 1101001 10 1001101 0 1100010 11011 111011 100111100 1100000 10101

Color Harmonies of #69024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69024D

Black with #69024D

Text Example


Text Example

White with #69024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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