Html Css Color HEX #6D1068 Palatinate Purple

📋 copy color: '#6D1068'

red 109 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #6D1068

Tints of Palatinate Purple #6D1068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 47.6%
G = 6.99%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D1068 (or 0x6D1068) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 68. RGB value is (109,16,104). Sum of RGB (Red+Green+Blue) = 109+16+104=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1068 is #92EF97. Grayscale: #353535. Windows color (decimal): -9629592 or 6819949. OLE color: 6819949.

HSL color Cylindrical-coordinate representation of color #6D1068: hue angle of 303.23º 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 #6D1068 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 16 104 -
CMYK 0 0.85 0.05 0.57
HSL 303.23º 0.74% 0.25% -
HSV(B) 303.23º 0.85% 0.43% -
XYZ 8.99 4.62 13.51 -
YUV 53.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 109 16 104 0 0.85 0.05 0.57 303.23 0.74 0.25
Hex 6D 10 68 0 55 5 39 12F 4A 19
Octal 155 20 150 0 125 5 71 457 112 31
Binary 1101101 10000 1101000 0 1010101 101 111001 100101111 1001010 11001

Color Harmonies of #6D1068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1068

Black with #6D1068

Text Example


Text Example

White with #6D1068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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