Html Css Color HEX #69002A Tyrian Purple

📋 copy color: '#69002A'

red 105 ◦ green 0 ◦ blue 42

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

Shades of Tyrian Purple #69002A

Tints of Tyrian Purple #69002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.57%

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#69002A (or 0x69002A) is known color: Tyrian Purple. HEX triplet: 69, 00 and 2A. RGB value is (105,0,42). Sum of RGB (Red+Green+Blue) = 105+0+42=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #69002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69002A is #96FFD5. Grayscale: #242424. Windows color (decimal): -9895894 or 2752617. OLE color: 2752617.

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

Color convert

RGB 105 0 42 -
CMYK 0 1 0.6 0.59
HSL 336º 1% 0.21% -
HSV(B) 336º 1% 0.41% -
XYZ 6.24 3.17 2.47 -
YUV 36.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 105 0 42 0 1 0.6 0.59 336 1 0.21
Hex 69 0 2A 0 64 3C 3B 150 64 15
Octal 151 0 52 0 144 74 73 520 144 25
Binary 1101001 0 101010 0 1100100 111100 111011 101010000 1100100 10101

Color Harmonies of #69002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69002A

Black with #69002A

Text Example


Text Example

White with #69002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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