Html Css Color HEX #6D1B5C Palatinate Purple

📋 copy color: '#6D1B5C'

red 109 ◦ green 27 ◦ blue 92

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

Shades of Palatinate Purple #6D1B5C

Tints of Palatinate Purple #6D1B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.84%

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

R = 47.81%
G = 11.84%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D1B5C (or 0x6D1B5C) is known color: Palatinate Purple. HEX triplet: 6D, 1B and 5C. RGB value is (109,27,92). Sum of RGB (Red+Green+Blue) = 109+27+92=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B5C is #92E4A3. Grayscale: #3A3A3A. Windows color (decimal): -9626788 or 6036333. OLE color: 6036333.

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

Color convert

RGB 109 27 92 -
CMYK 0 0.75 0.16 0.57
HSL 312.44º 0.6% 0.27% -
HSV(B) 312.44º 0.75% 0.43% -
XYZ 8.63 4.81 10.6 -
YUV 58.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 109 27 92 0 0.75 0.16 0.57 312.44 0.6 0.27
Hex 6D 1B 5C 0 4B 10 39 138 3C 1B
Octal 155 33 134 0 113 20 71 470 74 33
Binary 1101101 11011 1011100 0 1001011 10000 111001 100111000 111100 11011

Color Harmonies of #6D1B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1B5C

Black with #6D1B5C

Text Example


Text Example

White with #6D1B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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