Html Css Color HEX #6B044C Tyrian Purple

📋 copy color: '#6B044C'

red 107 ◦ green 4 ◦ blue 76

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

Shades of Tyrian Purple #6B044C

Tints of Tyrian Purple #6B044C

RGB

 RED value IS 107 (42.19% from 255) = 57.22%

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 57.22%
G = 2.14%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6B044C (or 0x6B044C) is known color: Tyrian Purple. HEX triplet: 6B, 04 and 4C. RGB value is (107,4,76). Sum of RGB (Red+Green+Blue) = 107+4+76=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B044C is #94FBB3. Grayscale: #2A2A2A. Windows color (decimal): -9763764 or 4981867. OLE color: 4981867.

HSL color Cylindrical-coordinate representation of color #6B044C: hue angle of 318.06º 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 #6B044C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 4 76 -
CMYK 0 0.96 0.29 0.58
HSL 318.06º 0.93% 0.22% -
HSV(B) 318.06º 0.96% 0.42% -
XYZ 7.41 3.73 7.17 -
YUV 43.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 107 4 76 0 0.96 0.29 0.58 318.06 0.93 0.22
Hex 6B 4 4C 0 60 1D 3A 13E 5D 16
Octal 153 4 114 0 140 35 72 476 135 26
Binary 1101011 100 1001100 0 1100000 11101 111010 100111110 1011101 10110

Color Harmonies of #6B044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B044C

Black with #6B044C

Text Example


Text Example

White with #6B044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,4,76); }

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

background-color css

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

 a { background-color: rgb(107,4,76); }

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

border-color css

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

 span { border-color: rgb(107,4,76); }

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