Html Css Color HEX #6D035B Palatinate Purple

📋 copy color: '#6D035B'

red 109 ◦ green 3 ◦ blue 91

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

Shades of Palatinate Purple #6D035B

Tints of Palatinate Purple #6D035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 53.69%
G = 1.48%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D035B (or 0x6D035B) is known color: Palatinate Purple. HEX triplet: 6D, 03 and 5B. RGB value is (109,3,91). Sum of RGB (Red+Green+Blue) = 109+3+91=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D035B is #92FCA4. Grayscale: #2C2C2C. Windows color (decimal): -9632933 or 5964653. OLE color: 5964653.

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

Color convert

RGB 109 3 91 -
CMYK 0 0.97 0.17 0.57
HSL 310.19º 0.95% 0.22% -
HSV(B) 310.19º 0.97% 0.43% -
XYZ 8.23 4.07 10.25 -
YUV 44.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 109 3 91 0 0.97 0.17 0.57 310.19 0.95 0.22
Hex 6D 3 5B 0 61 11 39 136 5F 16
Octal 155 3 133 0 141 21 71 466 137 26
Binary 1101101 11 1011011 0 1100001 10001 111001 100110110 1011111 10110

Color Harmonies of #6D035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D035B

Black with #6D035B

Text Example


Text Example

White with #6D035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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