Html Css Color HEX #68012F Tyrian Purple

📋 copy color: '#68012F'

red 104 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #68012F

Tints of Tyrian Purple #68012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.92%

R = 68.42%
G = 0.66%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68012F (or 0x68012F) is known color: Tyrian Purple. HEX triplet: 68, 01 and 2F. RGB value is (104,1,47). Sum of RGB (Red+Green+Blue) = 104+1+47=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68012F is #97FED0. Grayscale: #242424. Windows color (decimal): -9961169 or 3080552. OLE color: 3080552.

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

Color convert

RGB 104 1 47 -
CMYK 0 0.99 0.55 0.59
HSL 333.2º 0.98% 0.21% -
HSV(B) 333.2º 0.99% 0.41% -
XYZ 6.23 3.17 2.97 -
YUV 37.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 104 1 47 0 0.99 0.55 0.59 333.2 0.98 0.21
Hex 68 1 2F 0 63 37 3B 14D 62 15
Octal 150 1 57 0 143 67 73 515 142 25
Binary 1101000 1 101111 0 1100011 110111 111011 101001101 1100010 10101

Color Harmonies of #68012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68012F

Black with #68012F

Text Example


Text Example

White with #68012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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