Html Css Color HEX #69004F Tyrian Purple

📋 copy color: '#69004F'

red 105 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #69004F

Tints of Tyrian Purple #69004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 42.93%

R = 57.07%
G = 0%
B = 42.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#69004F (or 0x69004F) is known color: Tyrian Purple. HEX triplet: 69, 00 and 4F. RGB value is (105,0,79). Sum of RGB (Red+Green+Blue) = 105+0+79=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69004F is #96FFB0. Grayscale: #282828. Windows color (decimal): -9895857 or 5177449. OLE color: 5177449.

HSL color Cylindrical-coordinate representation of color #69004F: hue angle of 314.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69004F is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 0 79 -
CMYK 0 1 0.25 0.59
HSL 314.86º 1% 0.21% -
HSV(B) 314.86º 1% 0.41% -
XYZ 7.24 3.57 7.7 -
YUV 40.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 105 0 79 0 1 0.25 0.59 314.86 1 0.21
Hex 69 0 4F 0 64 19 3B 13B 64 15
Octal 151 0 117 0 144 31 73 473 144 25
Binary 1101001 0 1001111 0 1100100 11001 111011 100111011 1100100 10101

Color Harmonies of #69004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69004F

Black with #69004F

Text Example


Text Example

White with #69004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69004F; }

 p { color: rgb(105,0,79); }

 H1.HeaderClassName
 {
   color: #69004F;
 }
 .AnyTagClassName
 {
   color: #69004F;
 }
</style>

background-color css

<style>
 a { background-color: #69004F; }

 a { background-color: rgb(105,0,79); }

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

border-color css

<style>
 span { border-color: #69004F; }

 span { border-color: rgb(105,0,79); }

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