Html Css Color HEX #69004B Tyrian Purple

📋 copy color: '#69004B'

red 105 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #69004B

Tints of Tyrian Purple #69004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 58.33%
G = 0%
B = 41.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#69004B (or 0x69004B) is known color: Tyrian Purple. HEX triplet: 69, 00 and 4B. RGB value is (105,0,75). Sum of RGB (Red+Green+Blue) = 105+0+75=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #69004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69004B is #96FFB4. Grayscale: #272727. Windows color (decimal): -9895861 or 4915305. OLE color: 4915305.

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

Color convert

RGB 105 0 75 -
CMYK 0 1 0.29 0.59
HSL 317.14º 1% 0.21% -
HSV(B) 317.14º 1% 0.41% -
XYZ 7.1 3.51 6.96 -
YUV 39.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 105 0 75 0 1 0.29 0.59 317.14 1 0.21
Hex 69 0 4B 0 64 1D 3B 13D 64 15
Octal 151 0 113 0 144 35 73 475 144 25
Binary 1101001 0 1001011 0 1100100 11101 111011 100111101 1100100 10101

Color Harmonies of #69004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69004B

Black with #69004B

Text Example


Text Example

White with #69004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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