Html Css Color HEX #6D1A6B Palatinate Purple

📋 copy color: '#6D1A6B'

red 109 ◦ green 26 ◦ blue 107

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

Shades of Palatinate Purple #6D1A6B

Tints of Palatinate Purple #6D1A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 45.04%
G = 10.74%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D1A6B (or 0x6D1A6B) is known color: Palatinate Purple. HEX triplet: 6D, 1A and 6B. RGB value is (109,26,107). Sum of RGB (Red+Green+Blue) = 109+26+107=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1A6B is #92E594. Grayscale: #3B3B3B. Windows color (decimal): -9627029 or 7019117. OLE color: 7019117.

HSL color Cylindrical-coordinate representation of color #6D1A6B: hue angle of 301.45º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A6B is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 26 107 -
CMYK 0 0.76 0.02 0.57
HSL 301.45º 0.61% 0.26% -
HSV(B) 301.45º 0.76% 0.43% -
XYZ 9.33 5.05 14.39 -
YUV 60.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 109 26 107 0 0.76 0.02 0.57 301.45 0.61 0.26
Hex 6D 1A 6B 0 4C 2 39 12D 3D 1A
Octal 155 32 153 0 114 2 71 455 75 32
Binary 1101101 11010 1101011 0 1001100 10 111001 100101101 111101 11010

Color Harmonies of #6D1A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1A6B

Black with #6D1A6B

Text Example


Text Example

White with #6D1A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,26,107); }

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

background-color css

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

 a { background-color: rgb(109,26,107); }

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

border-color css

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

 span { border-color: rgb(109,26,107); }

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