Html Css Color HEX #6D065B Palatinate Purple

📋 copy color: '#6D065B'

red 109 ◦ green 6 ◦ blue 91

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

Shades of Palatinate Purple #6D065B

Tints of Palatinate Purple #6D065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

 BLUE value IS 91 (35.94% from 255) = 44.17%

R = 52.91%
G = 2.91%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D065B (or 0x6D065B) is known color: Palatinate Purple. HEX triplet: 6D, 06 and 5B. RGB value is (109,6,91). Sum of RGB (Red+Green+Blue) = 109+6+91=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D065B is #92F9A4. Grayscale: #2E2E2E. Windows color (decimal): -9632165 or 5965421. OLE color: 5965421.

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

Color convert

RGB 109 6 91 -
CMYK 0 0.94 0.17 0.57
HSL 310.49º 0.9% 0.23% -
HSV(B) 310.49º 0.94% 0.43% -
XYZ 8.26 4.14 10.26 -
YUV 46.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 109 6 91 0 0.94 0.17 0.57 310.49 0.9 0.23
Hex 6D 6 5B 0 5E 11 39 136 5A 17
Octal 155 6 133 0 136 21 71 466 132 27
Binary 1101101 110 1011011 0 1011110 10001 111001 100110110 1011010 10111

Color Harmonies of #6D065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D065B

Black with #6D065B

Text Example


Text Example

White with #6D065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,6,91); }

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

background-color css

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

 a { background-color: rgb(109,6,91); }

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

border-color css

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

 span { border-color: rgb(109,6,91); }

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