Html Css Color HEX #6D3262 Palatinate Purple

📋 copy color: '#6D3262'

red 109 ◦ green 50 ◦ blue 98

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

Shades of Palatinate Purple #6D3262

Tints of Palatinate Purple #6D3262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 42.41%
G = 19.46%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D3262 (or 0x6D3262) is known color: Palatinate Purple. HEX triplet: 6D, 32 and 62. RGB value is (109,50,98). Sum of RGB (Red+Green+Blue) = 109+50+98=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3262 is #92CD9D. Grayscale: #484848. Windows color (decimal): -9620894 or 6435437. OLE color: 6435437.

HSL color Cylindrical-coordinate representation of color #6D3262: hue angle of 311.19º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D3262 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 50 98 -
CMYK 0 0.54 0.10 0.57
HSL 311.19º 0.37% 0.31% -
HSV(B) 311.19º 0.54% 0.43% -
XYZ 9.65 6.41 12.28 -
YUV 73.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 109 50 98 0 0.54 0.10 0.57 311.19 0.37 0.31
Hex 6D 32 62 0 36 A 39 137 25 1F
Octal 155 62 142 0 66 12 71 467 45 37
Binary 1101101 110010 1100010 0 110110 1010 111001 100110111 100101 11111

Color Harmonies of #6D3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3262

Black with #6D3262

Text Example


Text Example

White with #6D3262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,50,98); }

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

background-color css

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

 a { background-color: rgb(109,50,98); }

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

border-color css

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

 span { border-color: rgb(109,50,98); }

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