Html Css Color HEX #68023A Tyrian Purple

📋 copy color: '#68023A'

red 104 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #68023A

Tints of Tyrian Purple #68023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.37%

R = 63.41%
G = 1.22%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68023A (or 0x68023A) is known color: Tyrian Purple. HEX triplet: 68, 02 and 3A. RGB value is (104,2,58). Sum of RGB (Red+Green+Blue) = 104+2+58=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68023A is #97FDC5. Grayscale: #262626. Windows color (decimal): -9960902 or 3801704. OLE color: 3801704.

HSL color Cylindrical-coordinate representation of color #68023A: hue angle of 327.06º 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 #68023A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 2 58 -
CMYK 0 0.98 0.44 0.59
HSL 327.06º 0.96% 0.21% -
HSV(B) 327.06º 0.98% 0.41% -
XYZ 6.49 3.29 4.3 -
YUV 38.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 104 2 58 0 0.98 0.44 0.59 327.06 0.96 0.21
Hex 68 2 3A 0 62 2C 3B 147 60 15
Octal 150 2 72 0 142 54 73 507 140 25
Binary 1101000 10 111010 0 1100010 101100 111011 101000111 1100000 10101

Color Harmonies of #68023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68023A

Black with #68023A

Text Example


Text Example

White with #68023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68023A; }

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

 H1.HeaderClassName
 {
   color: #68023A;
 }
 .AnyTagClassName
 {
   color: #68023A;
 }
</style>

background-color css

<style>
 a { background-color: #68023A; }

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

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

border-color css

<style>
 span { border-color: #68023A; }

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

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