Html Css Color HEX #6D0461 Palatinate Purple

📋 copy color: '#6D0461'

red 109 ◦ green 4 ◦ blue 97

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

Shades of Palatinate Purple #6D0461

Tints of Palatinate Purple #6D0461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 51.9%
G = 1.9%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D0461 (or 0x6D0461) is known color: Palatinate Purple. HEX triplet: 6D, 04 and 61. RGB value is (109,4,97). Sum of RGB (Red+Green+Blue) = 109+4+97=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0461 is #92FB9E. Grayscale: #2D2D2D. Windows color (decimal): -9632671 or 6358125. OLE color: 6358125.

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

Color convert

RGB 109 4 97 -
CMYK 0 0.96 0.11 0.57
HSL 306.86º 0.93% 0.22% -
HSV(B) 306.86º 0.96% 0.43% -
XYZ 8.51 4.2 11.67 -
YUV 46 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 109 4 97 0 0.96 0.11 0.57 306.86 0.93 0.22
Hex 6D 4 61 0 60 B 39 133 5D 16
Octal 155 4 141 0 140 13 71 463 135 26
Binary 1101101 100 1100001 0 1100000 1011 111001 100110011 1011101 10110

Color Harmonies of #6D0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0461

Black with #6D0461

Text Example


Text Example

White with #6D0461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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