Html Css Color HEX #68052B Tyrian Purple

📋 copy color: '#68052B'

red 104 ◦ green 5 ◦ blue 43

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

Shades of Tyrian Purple #68052B

Tints of Tyrian Purple #68052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 68.42%
G = 3.29%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#68052B (or 0x68052B) is known color: Tyrian Purple. HEX triplet: 68, 05 and 2B. RGB value is (104,5,43). Sum of RGB (Red+Green+Blue) = 104+5+43=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68052B is #97FAD4. Grayscale: #262626. Windows color (decimal): -9960149 or 2819432. OLE color: 2819432.

HSL color Cylindrical-coordinate representation of color #68052B: hue angle of 336.97º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68052B is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 43 -
CMYK 0 0.95 0.59 0.59
HSL 336.97º 0.91% 0.21% -
HSV(B) 336.97º 0.95% 0.41% -
XYZ 6.2 3.23 2.58 -
YUV 38.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 104 5 43 0 0.95 0.59 0.59 336.97 0.91 0.21
Hex 68 5 2B 0 5F 3B 3B 151 5B 15
Octal 150 5 53 0 137 73 73 521 133 25
Binary 1101000 101 101011 0 1011111 111011 111011 101010001 1011011 10101

Color Harmonies of #68052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68052B

Black with #68052B

Text Example


Text Example

White with #68052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68052B; }

 p { color: rgb(104,5,43); }

 H1.HeaderClassName
 {
   color: #68052B;
 }
 .AnyTagClassName
 {
   color: #68052B;
 }
</style>

background-color css

<style>
 a { background-color: #68052B; }

 a { background-color: rgb(104,5,43); }

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

border-color css

<style>
 span { border-color: #68052B; }

 span { border-color: rgb(104,5,43); }

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