Html Css Color HEX #6D025A Tyrian Purple

📋 copy color: '#6D025A'

red 109 ◦ green 2 ◦ blue 90

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

Shades of Tyrian Purple #6D025A

Tints of Tyrian Purple #6D025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.78%

R = 54.23%
G = 1%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D025A (or 0x6D025A) is known color: Tyrian Purple. HEX triplet: 6D, 02 and 5A. RGB value is (109,2,90). Sum of RGB (Red+Green+Blue) = 109+2+90=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D025A is #92FDA5. Grayscale: #2B2B2B. Windows color (decimal): -9633190 or 5898861. OLE color: 5898861.

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

Color convert

RGB 109 2 90 -
CMYK 0 0.98 0.17 0.57
HSL 310.65º 0.96% 0.22% -
HSV(B) 310.65º 0.98% 0.43% -
XYZ 8.17 4.03 10.02 -
YUV 44.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 109 2 90 0 0.98 0.17 0.57 310.65 0.96 0.22
Hex 6D 2 5A 0 62 11 39 137 60 16
Octal 155 2 132 0 142 21 71 467 140 26
Binary 1101101 10 1011010 0 1100010 10001 111001 100110111 1100000 10110

Color Harmonies of #6D025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D025A

Black with #6D025A

Text Example


Text Example

White with #6D025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,2,90); }

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

background-color css

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

 a { background-color: rgb(109,2,90); }

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

border-color css

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

 span { border-color: rgb(109,2,90); }

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