Html Css Color HEX #6D335B Palatinate Purple

📋 copy color: '#6D335B'

red 109 ◦ green 51 ◦ blue 91

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

Shades of Palatinate Purple #6D335B

Tints of Palatinate Purple #6D335B

RGB

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

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

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

R = 43.43%
G = 20.32%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D335B (or 0x6D335B) is known color: Palatinate Purple. HEX triplet: 6D, 33 and 5B. RGB value is (109,51,91). Sum of RGB (Red+Green+Blue) = 109+51+91=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D335B is #92CCA4. Grayscale: #484848. Windows color (decimal): -9620645 or 5976941. OLE color: 5976941.

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

Color convert

RGB 109 51 91 -
CMYK 0 0.53 0.17 0.57
HSL 318.62º 0.36% 0.31% -
HSV(B) 318.62º 0.53% 0.43% -
XYZ 9.38 6.37 10.63 -
YUV 72.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 109 51 91 0 0.53 0.17 0.57 318.62 0.36 0.31
Hex 6D 33 5B 0 35 11 39 13F 24 1F
Octal 155 63 133 0 65 21 71 477 44 37
Binary 1101101 110011 1011011 0 110101 10001 111001 100111111 100100 11111

Color Harmonies of #6D335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D335B

Black with #6D335B

Text Example


Text Example

White with #6D335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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