Html Css Color HEX #69013D Tyrian Purple

📋 copy color: '#69013D'

red 105 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #69013D

Tints of Tyrian Purple #69013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 36.53%

R = 62.87%
G = 0.6%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#69013D (or 0x69013D) is known color: Tyrian Purple. HEX triplet: 69, 01 and 3D. RGB value is (105,1,61). Sum of RGB (Red+Green+Blue) = 105+1+61=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #69013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69013D is #96FEC2. Grayscale: #262626. Windows color (decimal): -9895619 or 3998057. OLE color: 3998057.

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

Color convert

RGB 105 1 61 -
CMYK 0 0.99 0.42 0.59
HSL 325.38º 0.98% 0.21% -
HSV(B) 325.38º 0.99% 0.41% -
XYZ 6.68 3.36 4.71 -
YUV 38.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 105 1 61 0 0.99 0.42 0.59 325.38 0.98 0.21
Hex 69 1 3D 0 63 2A 3B 145 62 15
Octal 151 1 75 0 143 52 73 505 142 25
Binary 1101001 1 111101 0 1100011 101010 111011 101000101 1100010 10101

Color Harmonies of #69013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69013D

Black with #69013D

Text Example


Text Example

White with #69013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69013D; }

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

 H1.HeaderClassName
 {
   color: #69013D;
 }
 .AnyTagClassName
 {
   color: #69013D;
 }
</style>

background-color css

<style>
 a { background-color: #69013D; }

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

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

border-color css

<style>
 span { border-color: #69013D; }

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

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