Html Css Color HEX #68012D Tyrian Purple

📋 copy color: '#68012D'

red 104 ◦ green 1 ◦ blue 45

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

Shades of Tyrian Purple #68012D

Tints of Tyrian Purple #68012D

RGB

 RED value IS 104 (41.02% from 255) = 69.33%

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

 BLUE value IS 45 (17.97% from 255) = 30%

R = 69.33%
G = 0.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#68012D (or 0x68012D) is known color: Tyrian Purple. HEX triplet: 68, 01 and 2D. RGB value is (104,1,45). Sum of RGB (Red+Green+Blue) = 104+1+45=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68012D is #97FED2. Grayscale: #242424. Windows color (decimal): -9961171 or 2949480. OLE color: 2949480.

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

Color convert

RGB 104 1 45 -
CMYK 0 0.99 0.57 0.59
HSL 334.37º 0.98% 0.21% -
HSV(B) 334.37º 0.99% 0.41% -
XYZ 6.19 3.15 2.77 -
YUV 36.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 104 1 45 0 0.99 0.57 0.59 334.37 0.98 0.21
Hex 68 1 2D 0 63 39 3B 14E 62 15
Octal 150 1 55 0 143 71 73 516 142 25
Binary 1101000 1 101101 0 1100011 111001 111011 101001110 1100010 10101

Color Harmonies of #68012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68012D

Black with #68012D

Text Example


Text Example

White with #68012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,1,45); }

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

background-color css

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

 a { background-color: rgb(104,1,45); }

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

border-color css

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

 span { border-color: rgb(104,1,45); }

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