Html Css Color HEX #6D055C Palatinate Purple

📋 copy color: '#6D055C'

red 109 ◦ green 5 ◦ blue 92

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

Shades of Palatinate Purple #6D055C

Tints of Palatinate Purple #6D055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 52.91%
G = 2.43%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D055C (or 0x6D055C) is known color: Palatinate Purple. HEX triplet: 6D, 05 and 5C. RGB value is (109,5,92). Sum of RGB (Red+Green+Blue) = 109+5+92=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D055C is #92FAA3. Grayscale: #2D2D2D. Windows color (decimal): -9632420 or 6030701. OLE color: 6030701.

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

Color convert

RGB 109 5 92 -
CMYK 0 0.95 0.16 0.57
HSL 309.81º 0.91% 0.22% -
HSV(B) 309.81º 0.95% 0.43% -
XYZ 8.29 4.13 10.49 -
YUV 46.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 109 5 92 0 0.95 0.16 0.57 309.81 0.91 0.22
Hex 6D 5 5C 0 5F 10 39 136 5B 16
Octal 155 5 134 0 137 20 71 466 133 26
Binary 1101101 101 1011100 0 1011111 10000 111001 100110110 1011011 10110

Color Harmonies of #6D055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D055C

Black with #6D055C

Text Example


Text Example

White with #6D055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,5,92); }

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

background-color css

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

 a { background-color: rgb(109,5,92); }

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

border-color css

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

 span { border-color: rgb(109,5,92); }

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