Html Css Color HEX #69072B Tyrian Purple

📋 copy color: '#69072B'

red 105 ◦ green 7 ◦ blue 43

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

Shades of Tyrian Purple #69072B

Tints of Tyrian Purple #69072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

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

R = 67.74%
G = 4.52%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#69072B (or 0x69072B) is known color: Tyrian Purple. HEX triplet: 69, 07 and 2B. RGB value is (105,7,43). Sum of RGB (Red+Green+Blue) = 105+7+43=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #69072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69072B is #96F8D4. Grayscale: #282828. Windows color (decimal): -9894101 or 2819945. OLE color: 2819945.

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

Color convert

RGB 105 7 43 -
CMYK 0 0.93 0.59 0.59
HSL 337.96º 0.88% 0.22% -
HSV(B) 337.96º 0.93% 0.41% -
XYZ 6.34 3.33 2.59 -
YUV 40.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 105 7 43 0 0.93 0.59 0.59 337.96 0.88 0.22
Hex 69 7 2B 0 5D 3B 3B 152 58 16
Octal 151 7 53 0 135 73 73 522 130 26
Binary 1101001 111 101011 0 1011101 111011 111011 101010010 1011000 10110

Color Harmonies of #69072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69072B

Black with #69072B

Text Example


Text Example

White with #69072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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