Html Css Color HEX #6C0453 Tyrian Purple

📋 copy color: '#6C0453'

red 108 ◦ green 4 ◦ blue 83

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

Shades of Tyrian Purple #6C0453

Tints of Tyrian Purple #6C0453

RGB

 RED value IS 108 (42.58% from 255) = 55.38%

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 83 (32.81% from 255) = 42.56%

R = 55.38%
G = 2.05%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6C0453 (or 0x6C0453) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 53. RGB value is (108,4,83). Sum of RGB (Red+Green+Blue) = 108+4+83=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0453 is #93FBAC. Grayscale: #2B2B2B. Windows color (decimal): -9698221 or 5440620. OLE color: 5440620.

HSL color Cylindrical-coordinate representation of color #6C0453: hue angle of 314.42º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0453 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 4 83 -
CMYK 0 0.96 0.23 0.58
HSL 314.42º 0.93% 0.22% -
HSV(B) 314.42º 0.96% 0.42% -
XYZ 7.79 3.9 8.53 -
YUV 44.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 108 4 83 0 0.96 0.23 0.58 314.42 0.93 0.22
Hex 6C 4 53 0 60 17 3A 13A 5D 16
Octal 154 4 123 0 140 27 72 472 135 26
Binary 1101100 100 1010011 0 1100000 10111 111010 100111010 1011101 10110

Color Harmonies of #6C0453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0453

Black with #6C0453

Text Example


Text Example

White with #6C0453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C0453; }

 p { color: rgb(108,4,83); }

 H1.HeaderClassName
 {
   color: #6C0453;
 }
 .AnyTagClassName
 {
   color: #6C0453;
 }
</style>

background-color css

<style>
 a { background-color: #6C0453; }

 a { background-color: rgb(108,4,83); }

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

border-color css

<style>
 span { border-color: #6C0453; }

 span { border-color: rgb(108,4,83); }

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