Html Css Color HEX #6D0452 Tyrian Purple

📋 copy color: '#6D0452'

red 109 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #6D0452

Tints of Tyrian Purple #6D0452

RGB

 RED value IS 109 (42.97% from 255) = 55.9%

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

 BLUE value IS 82 (32.42% from 255) = 42.05%

R = 55.9%
G = 2.05%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D0452 (or 0x6D0452) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 52. RGB value is (109,4,82). Sum of RGB (Red+Green+Blue) = 109+4+82=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0452 is #92FBAD. Grayscale: #2C2C2C. Windows color (decimal): -9632686 or 5375085. OLE color: 5375085.

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

Color convert

RGB 109 4 82 -
CMYK 0 0.96 0.25 0.57
HSL 315.43º 0.93% 0.22% -
HSV(B) 315.43º 0.96% 0.43% -
XYZ 7.87 3.95 8.33 -
YUV 44.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 109 4 82 0 0.96 0.25 0.57 315.43 0.93 0.22
Hex 6D 4 52 0 60 19 39 13B 5D 16
Octal 155 4 122 0 140 31 71 473 135 26
Binary 1101101 100 1010010 0 1100000 11001 111001 100111011 1011101 10110

Color Harmonies of #6D0452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0452

Black with #6D0452

Text Example


Text Example

White with #6D0452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,4,82); }

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

background-color css

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

 a { background-color: rgb(109,4,82); }

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

border-color css

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

 span { border-color: rgb(109,4,82); }

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