Html Css Color HEX #6D0B5B Palatinate Purple

📋 copy color: '#6D0B5B'

red 109 ◦ green 11 ◦ blue 91

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

Shades of Palatinate Purple #6D0B5B

Tints of Palatinate Purple #6D0B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.21%

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

R = 51.66%
G = 5.21%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D0B5B (or 0x6D0B5B) is known color: Palatinate Purple. HEX triplet: 6D, 0B and 5B. RGB value is (109,11,91). Sum of RGB (Red+Green+Blue) = 109+11+91=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B5B is #92F4A4. Grayscale: #313131. Windows color (decimal): -9630885 or 5966701. OLE color: 5966701.

HSL color Cylindrical-coordinate representation of color #6D0B5B: hue angle of 311.02º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B5B is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 91 -
CMYK 0 0.90 0.17 0.57
HSL 311.02º 0.82% 0.24% -
HSV(B) 311.02º 0.9% 0.43% -
XYZ 8.31 4.25 10.28 -
YUV 49.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 109 11 91 0 0.90 0.17 0.57 311.02 0.82 0.24
Hex 6D B 5B 0 5A 11 39 137 52 18
Octal 155 13 133 0 132 21 71 467 122 30
Binary 1101101 1011 1011011 0 1011010 10001 111001 100110111 1010010 11000

Color Harmonies of #6D0B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B5B

Black with #6D0B5B

Text Example


Text Example

White with #6D0B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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