Html Css Color HEX #69002B Tyrian Purple

📋 copy color: '#69002B'

red 105 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #69002B

Tints of Tyrian Purple #69002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.05%

R = 70.95%
G = 0%
B = 29.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#69002B (or 0x69002B) is known color: Tyrian Purple. HEX triplet: 69, 00 and 2B. RGB value is (105,0,43). Sum of RGB (Red+Green+Blue) = 105+0+43=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #69002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69002B is #96FFD4. Grayscale: #242424. Windows color (decimal): -9895893 or 2818153. OLE color: 2818153.

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

Color convert

RGB 105 0 43 -
CMYK 0 1 0.59 0.59
HSL 335.43º 1% 0.21% -
HSV(B) 335.43º 1% 0.41% -
XYZ 6.26 3.18 2.57 -
YUV 36.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 105 0 43 0 1 0.59 0.59 335.43 1 0.21
Hex 69 0 2B 0 64 3B 3B 14F 64 15
Octal 151 0 53 0 144 73 73 517 144 25
Binary 1101001 0 101011 0 1100100 111011 111011 101001111 1100100 10101

Color Harmonies of #69002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69002B

Black with #69002B

Text Example


Text Example

White with #69002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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