Html Css Color HEX #69014F Tyrian Purple

📋 copy color: '#69014F'

red 105 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #69014F

Tints of Tyrian Purple #69014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.7%

R = 56.76%
G = 0.54%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#69014F (or 0x69014F) is known color: Tyrian Purple. HEX triplet: 69, 01 and 4F. RGB value is (105,1,79). Sum of RGB (Red+Green+Blue) = 105+1+79=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69014F is #96FEB0. Grayscale: #282828. Windows color (decimal): -9895601 or 5177705. OLE color: 5177705.

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

Color convert

RGB 105 1 79 -
CMYK 0 0.99 0.25 0.59
HSL 315º 0.98% 0.21% -
HSV(B) 315º 0.99% 0.41% -
XYZ 7.25 3.59 7.71 -
YUV 40.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 105 1 79 0 0.99 0.25 0.59 315 0.98 0.21
Hex 69 1 4F 0 63 19 3B 13B 62 15
Octal 151 1 117 0 143 31 73 473 142 25
Binary 1101001 1 1001111 0 1100011 11001 111011 100111011 1100010 10101

Color Harmonies of #69014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69014F

Black with #69014F

Text Example


Text Example

White with #69014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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