Html Css Color HEX #6D255F Palatinate Purple

📋 copy color: '#6D255F'

red 109 ◦ green 37 ◦ blue 95

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

Shades of Palatinate Purple #6D255F

Tints of Palatinate Purple #6D255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 95 (37.5% from 255) = 39.42%

R = 45.23%
G = 15.35%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D255F (or 0x6D255F) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 5F. RGB value is (109,37,95). Sum of RGB (Red+Green+Blue) = 109+37+95=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D255F is #92DAA0. Grayscale: #404040. Windows color (decimal): -9624225 or 6235501. OLE color: 6235501.

HSL color Cylindrical-coordinate representation of color #6D255F: hue angle of 311.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D255F is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 37 95 -
CMYK 0 0.66 0.13 0.57
HSL 311.67º 0.49% 0.29% -
HSV(B) 311.67º 0.66% 0.43% -
XYZ 9.03 5.4 11.39 -
YUV 65.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 109 37 95 0 0.66 0.13 0.57 311.67 0.49 0.29
Hex 6D 25 5F 0 42 D 39 138 31 1D
Octal 155 45 137 0 102 15 71 470 61 35
Binary 1101101 100101 1011111 0 1000010 1101 111001 100111000 110001 11101

Color Harmonies of #6D255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D255F

Black with #6D255F

Text Example


Text Example

White with #6D255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,37,95); }

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

background-color css

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

 a { background-color: rgb(109,37,95); }

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

border-color css

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

 span { border-color: rgb(109,37,95); }

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