Html Css Color HEX #6D335C Palatinate Purple

📋 copy color: '#6D335C'

red 109 ◦ green 51 ◦ blue 92

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

Shades of Palatinate Purple #6D335C

Tints of Palatinate Purple #6D335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 43.25%
G = 20.24%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D335C (or 0x6D335C) is known color: Palatinate Purple. HEX triplet: 6D, 33 and 5C. RGB value is (109,51,92). Sum of RGB (Red+Green+Blue) = 109+51+92=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D335C is #92CCA3. Grayscale: #484848. Windows color (decimal): -9620644 or 6042477. OLE color: 6042477.

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

Color convert

RGB 109 51 92 -
CMYK 0 0.53 0.16 0.57
HSL 317.59º 0.36% 0.31% -
HSV(B) 317.59º 0.53% 0.43% -
XYZ 9.42 6.39 10.86 -
YUV 73.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 109 51 92 0 0.53 0.16 0.57 317.59 0.36 0.31
Hex 6D 33 5C 0 35 10 39 13E 24 1F
Octal 155 63 134 0 65 20 71 476 44 37
Binary 1101101 110011 1011100 0 110101 10000 111001 100111110 100100 11111

Color Harmonies of #6D335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D335C

Black with #6D335C

Text Example


Text Example

White with #6D335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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