Html Css Color HEX #6D005D Palatinate Purple

📋 copy color: '#6D005D'

red 109 ◦ green 0 ◦ blue 93

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

Shades of Palatinate Purple #6D005D

Tints of Palatinate Purple #6D005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 93 (36.72% from 255) = 46.04%

R = 53.96%
G = 0%
B = 46.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D005D (or 0x6D005D) is known color: Palatinate Purple. HEX triplet: 6D, 00 and 5D. RGB value is (109,0,93). Sum of RGB (Red+Green+Blue) = 109+0+93=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D005D is #92FFA2. Grayscale: #2A2A2A. Windows color (decimal): -9633699 or 6094957. OLE color: 6094957.

HSL color Cylindrical-coordinate representation of color #6D005D: hue angle of 308.81º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D005D is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 0 93 -
CMYK 0 1 0.15 0.57
HSL 308.81º 1% 0.21% -
HSV(B) 308.81º 1% 0.43% -
XYZ 8.28 4.04 10.7 -
YUV 43.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 109 0 93 0 1 0.15 0.57 308.81 1 0.21
Hex 6D 0 5D 0 64 F 39 135 64 15
Octal 155 0 135 0 144 17 71 465 144 25
Binary 1101101 0 1011101 0 1100100 1111 111001 100110101 1100100 10101

Color Harmonies of #6D005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D005D

Black with #6D005D

Text Example


Text Example

White with #6D005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,0,93); }

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

background-color css

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

 a { background-color: rgb(109,0,93); }

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

border-color css

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

 span { border-color: rgb(109,0,93); }

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