Html Css Color HEX #68002E Tyrian Purple

📋 copy color: '#68002E'

red 104 ◦ green 0 ◦ blue 46

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

Shades of Tyrian Purple #68002E

Tints of Tyrian Purple #68002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.67%

R = 69.33%
G = 0%
B = 30.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68002E (or 0x68002E) is known color: Tyrian Purple. HEX triplet: 68, 00 and 2E. RGB value is (104,0,46). Sum of RGB (Red+Green+Blue) = 104+0+46=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68002E is #97FFD1. Grayscale: #242424. Windows color (decimal): -9961426 or 3014760. OLE color: 3014760.

HSL color Cylindrical-coordinate representation of color #68002E: hue angle of 333.46º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68002E is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 46 -
CMYK 0 1 0.56 0.59
HSL 333.46º 1% 0.2% -
HSV(B) 333.46º 1% 0.41% -
XYZ 6.2 3.14 2.86 -
YUV 36.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 104 0 46 0 1 0.56 0.59 333.46 1 0.2
Hex 68 0 2E 0 64 38 3B 14D 64 14
Octal 150 0 56 0 144 70 73 515 144 24
Binary 1101000 0 101110 0 1100100 111000 111011 101001101 1100100 10100

Color Harmonies of #68002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68002E

Black with #68002E

Text Example


Text Example

White with #68002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68002E; }

 p { color: rgb(104,0,46); }

 H1.HeaderClassName
 {
   color: #68002E;
 }
 .AnyTagClassName
 {
   color: #68002E;
 }
</style>

background-color css

<style>
 a { background-color: #68002E; }

 a { background-color: rgb(104,0,46); }

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

border-color css

<style>
 span { border-color: #68002E; }

 span { border-color: rgb(104,0,46); }

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