Html Css Color HEX #69003A Tyrian Purple

📋 copy color: '#69003A'

red 105 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #69003A

Tints of Tyrian Purple #69003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 64.42%
G = 0%
B = 35.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#69003A (or 0x69003A) is known color: Tyrian Purple. HEX triplet: 69, 00 and 3A. RGB value is (105,0,58). Sum of RGB (Red+Green+Blue) = 105+0+58=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #69003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69003A is #96FFC5. Grayscale: #252525. Windows color (decimal): -9895878 or 3801193. OLE color: 3801193.

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

Color convert

RGB 105 0 58 -
CMYK 0 1 0.45 0.59
HSL 326.86º 1% 0.21% -
HSV(B) 326.86º 1% 0.41% -
XYZ 6.59 3.31 4.29 -
YUV 38.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 105 0 58 0 1 0.45 0.59 326.86 1 0.21
Hex 69 0 3A 0 64 2D 3B 147 64 15
Octal 151 0 72 0 144 55 73 507 144 25
Binary 1101001 0 111010 0 1100100 101101 111011 101000111 1100100 10101

Color Harmonies of #69003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69003A

Black with #69003A

Text Example


Text Example

White with #69003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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