Html Css Color HEX #69014A Tyrian Purple

📋 copy color: '#69014A'

red 105 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #69014A

Tints of Tyrian Purple #69014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 58.33%
G = 0.56%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#69014A (or 0x69014A) is known color: Tyrian Purple. HEX triplet: 69, 01 and 4A. RGB value is (105,1,74). Sum of RGB (Red+Green+Blue) = 105+1+74=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #69014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69014A is #96FEB5. Grayscale: #282828. Windows color (decimal): -9895606 or 4850025. OLE color: 4850025.

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

Color convert

RGB 105 1 74 -
CMYK 0 0.99 0.30 0.59
HSL 317.88º 0.98% 0.21% -
HSV(B) 317.88º 0.99% 0.41% -
XYZ 7.07 3.52 6.79 -
YUV 40.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 105 1 74 0 0.99 0.30 0.59 317.88 0.98 0.21
Hex 69 1 4A 0 63 1E 3B 13E 62 15
Octal 151 1 112 0 143 36 73 476 142 25
Binary 1101001 1 1001010 0 1100011 11110 111011 100111110 1100010 10101

Color Harmonies of #69014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69014A

Black with #69014A

Text Example


Text Example

White with #69014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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