Html Css Color HEX #69052D Tyrian Purple

📋 copy color: '#69052D'

red 105 ◦ green 5 ◦ blue 45

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

Shades of Tyrian Purple #69052D

Tints of Tyrian Purple #69052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 67.74%
G = 3.23%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#69052D (or 0x69052D) is known color: Tyrian Purple. HEX triplet: 69, 05 and 2D. RGB value is (105,5,45). Sum of RGB (Red+Green+Blue) = 105+5+45=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #69052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69052D is #96FAD2. Grayscale: #272727. Windows color (decimal): -9894611 or 2950505. OLE color: 2950505.

HSL color Cylindrical-coordinate representation of color #69052D: hue angle of 336º 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 #69052D is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 5 45 -
CMYK 0 0.95 0.57 0.59
HSL 336º 0.91% 0.22% -
HSV(B) 336º 0.95% 0.41% -
XYZ 6.35 3.3 2.78 -
YUV 39.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 105 5 45 0 0.95 0.57 0.59 336 0.91 0.22
Hex 69 5 2D 0 5F 39 3B 150 5B 16
Octal 151 5 55 0 137 71 73 520 133 26
Binary 1101001 101 101101 0 1011111 111001 111011 101010000 1011011 10110

Color Harmonies of #69052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69052D

Black with #69052D

Text Example


Text Example

White with #69052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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