Html Css Color HEX #68022F Tyrian Purple

📋 copy color: '#68022F'

red 104 ◦ green 2 ◦ blue 47

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

Shades of Tyrian Purple #68022F

Tints of Tyrian Purple #68022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

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

R = 67.97%
G = 1.31%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68022F (or 0x68022F) is known color: Tyrian Purple. HEX triplet: 68, 02 and 2F. RGB value is (104,2,47). Sum of RGB (Red+Green+Blue) = 104+2+47=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68022F is #97FDD0. Grayscale: #252525. Windows color (decimal): -9960913 or 3080808. OLE color: 3080808.

HSL color Cylindrical-coordinate representation of color #68022F: hue angle of 333.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68022F is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 2 47 -
CMYK 0 0.98 0.55 0.59
HSL 333.53º 0.96% 0.21% -
HSV(B) 333.53º 0.98% 0.41% -
XYZ 6.24 3.19 2.98 -
YUV 37.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 104 2 47 0 0.98 0.55 0.59 333.53 0.96 0.21
Hex 68 2 2F 0 62 37 3B 14E 60 15
Octal 150 2 57 0 142 67 73 516 140 25
Binary 1101000 10 101111 0 1100010 110111 111011 101001110 1100000 10101

Color Harmonies of #68022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68022F

Black with #68022F

Text Example


Text Example

White with #68022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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