Html Css Color HEX #69002D Tyrian Purple

📋 copy color: '#69002D'

red 105 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #69002D

Tints of Tyrian Purple #69002D

RGB

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

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

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

R = 70%
G = 0%
B = 30%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#69002D (or 0x69002D) is known color: Tyrian Purple. HEX triplet: 69, 00 and 2D. RGB value is (105,0,45). Sum of RGB (Red+Green+Blue) = 105+0+45=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #69002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69002D is #96FFD2. Grayscale: #242424. Windows color (decimal): -9895891 or 2949225. OLE color: 2949225.

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

Color convert

RGB 105 0 45 -
CMYK 0 1 0.57 0.59
HSL 334.29º 1% 0.21% -
HSV(B) 334.29º 1% 0.41% -
XYZ 6.3 3.19 2.77 -
YUV 36.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 105 0 45 0 1 0.57 0.59 334.29 1 0.21
Hex 69 0 2D 0 64 39 3B 14E 64 15
Octal 151 0 55 0 144 71 73 516 144 25
Binary 1101001 0 101101 0 1100100 111001 111011 101001110 1100100 10101

Color Harmonies of #69002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69002D

Black with #69002D

Text Example


Text Example

White with #69002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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