Html Css Color HEX #68054B Tyrian Purple

📋 copy color: '#68054B'

red 104 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #68054B

Tints of Tyrian Purple #68054B

RGB

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

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

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

R = 56.52%
G = 2.72%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68054B (or 0x68054B) is known color: Tyrian Purple. HEX triplet: 68, 05 and 4B. RGB value is (104,5,75). Sum of RGB (Red+Green+Blue) = 104+5+75=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68054B is #97FAB4. Grayscale: #2A2A2A. Windows color (decimal): -9960117 or 4916584. OLE color: 4916584.

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

Color convert

RGB 104 5 75 -
CMYK 0 0.95 0.28 0.59
HSL 317.58º 0.91% 0.21% -
HSV(B) 317.58º 0.95% 0.41% -
XYZ 7.03 3.56 6.97 -
YUV 42.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 104 5 75 0 0.95 0.28 0.59 317.58 0.91 0.21
Hex 68 5 4B 0 5F 1C 3B 13E 5B 15
Octal 150 5 113 0 137 34 73 476 133 25
Binary 1101000 101 1001011 0 1011111 11100 111011 100111110 1011011 10101

Color Harmonies of #68054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68054B

Black with #68054B

Text Example


Text Example

White with #68054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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