Html Css Color HEX #69054F Tyrian Purple

📋 copy color: '#69054F'

red 105 ◦ green 5 ◦ blue 79

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

Shades of Tyrian Purple #69054F

Tints of Tyrian Purple #69054F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

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

R = 55.56%
G = 2.65%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#69054F (or 0x69054F) is known color: Tyrian Purple. HEX triplet: 69, 05 and 4F. RGB value is (105,5,79). Sum of RGB (Red+Green+Blue) = 105+5+79=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #69054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69054F is #96FAB0. Grayscale: #2B2B2B. Windows color (decimal): -9894577 or 5178729. OLE color: 5178729.

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

Color convert

RGB 105 5 79 -
CMYK 0 0.95 0.25 0.59
HSL 315.6º 0.91% 0.22% -
HSV(B) 315.6º 0.95% 0.41% -
XYZ 7.29 3.68 7.72 -
YUV 43.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 105 5 79 0 0.95 0.25 0.59 315.6 0.91 0.22
Hex 69 5 4F 0 5F 19 3B 13C 5B 16
Octal 151 5 117 0 137 31 73 474 133 26
Binary 1101001 101 1001111 0 1011111 11001 111011 100111100 1011011 10110

Color Harmonies of #69054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69054F

Black with #69054F

Text Example


Text Example

White with #69054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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