Html Css Color HEX #68024B Tyrian Purple

📋 copy color: '#68024B'

red 104 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #68024B

Tints of Tyrian Purple #68024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.44%

R = 57.46%
G = 1.1%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68024B (or 0x68024B) is known color: Tyrian Purple. HEX triplet: 68, 02 and 4B. RGB value is (104,2,75). Sum of RGB (Red+Green+Blue) = 104+2+75=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68024B is #97FDB4. Grayscale: #282828. Windows color (decimal): -9960885 or 4915816. OLE color: 4915816.

HSL color Cylindrical-coordinate representation of color #68024B: hue angle of 317.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 #68024B is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 2 75 -
CMYK 0 0.98 0.28 0.59
HSL 317.06º 0.96% 0.21% -
HSV(B) 317.06º 0.98% 0.41% -
XYZ 7 3.49 6.96 -
YUV 40.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 104 2 75 0 0.98 0.28 0.59 317.06 0.96 0.21
Hex 68 2 4B 0 62 1C 3B 13D 60 15
Octal 150 2 113 0 142 34 73 475 140 25
Binary 1101000 10 1001011 0 1100010 11100 111011 100111101 1100000 10101

Color Harmonies of #68024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68024B

Black with #68024B

Text Example


Text Example

White with #68024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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