Html Css Color HEX #6D105A Palatinate Purple

📋 copy color: '#6D105A'

red 109 ◦ green 16 ◦ blue 90

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

Shades of Palatinate Purple #6D105A

Tints of Palatinate Purple #6D105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

 BLUE value IS 90 (35.55% from 255) = 41.86%

R = 50.7%
G = 7.44%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D105A (or 0x6D105A) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 5A. RGB value is (109,16,90). Sum of RGB (Red+Green+Blue) = 109+16+90=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D105A is #92EFA5. Grayscale: #343434. Windows color (decimal): -9629606 or 5902445. OLE color: 5902445.

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

Color convert

RGB 109 16 90 -
CMYK 0 0.85 0.17 0.57
HSL 312.26º 0.74% 0.25% -
HSV(B) 312.26º 0.85% 0.43% -
XYZ 8.34 4.36 10.07 -
YUV 52.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 109 16 90 0 0.85 0.17 0.57 312.26 0.74 0.25
Hex 6D 10 5A 0 55 11 39 138 4A 19
Octal 155 20 132 0 125 21 71 470 112 31
Binary 1101101 10000 1011010 0 1010101 10001 111001 100111000 1001010 11001

Color Harmonies of #6D105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D105A

Black with #6D105A

Text Example


Text Example

White with #6D105A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,90); }

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

background-color css

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

 a { background-color: rgb(109,16,90); }

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

border-color css

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

 span { border-color: rgb(109,16,90); }

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