Html Css Color HEX #69012B Tyrian Purple

📋 copy color: '#69012B'

red 105 ◦ green 1 ◦ blue 43

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

Shades of Tyrian Purple #69012B

Tints of Tyrian Purple #69012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 70.47%
G = 0.67%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#69012B (or 0x69012B) is known color: Tyrian Purple. HEX triplet: 69, 01 and 2B. RGB value is (105,1,43). Sum of RGB (Red+Green+Blue) = 105+1+43=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #69012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69012B is #96FED4. Grayscale: #242424. Windows color (decimal): -9895637 or 2818409. OLE color: 2818409.

HSL color Cylindrical-coordinate representation of color #69012B: hue angle of 335.77º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69012B is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 43 -
CMYK 0 0.99 0.59 0.59
HSL 335.77º 0.98% 0.21% -
HSV(B) 335.77º 0.99% 0.41% -
XYZ 6.27 3.2 2.57 -
YUV 36.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 105 1 43 0 0.99 0.59 0.59 335.77 0.98 0.21
Hex 69 1 2B 0 63 3B 3B 150 62 15
Octal 151 1 53 0 143 73 73 520 142 25
Binary 1101001 1 101011 0 1100011 111011 111011 101010000 1100010 10101

Color Harmonies of #69012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69012B

Black with #69012B

Text Example


Text Example

White with #69012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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