Html Css Color HEX #6D1954 Palatinate Purple

📋 copy color: '#6D1954'

red 109 ◦ green 25 ◦ blue 84

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

Shades of Palatinate Purple #6D1954

Tints of Palatinate Purple #6D1954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 50%
G = 11.47%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#6D1954 (or 0x6D1954) is known color: Palatinate Purple. HEX triplet: 6D, 19 and 54. RGB value is (109,25,84). Sum of RGB (Red+Green+Blue) = 109+25+84=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1954 is #92E6AB. Grayscale: #383838. Windows color (decimal): -9627308 or 5511533. OLE color: 5511533.

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

Color convert

RGB 109 25 84 -
CMYK 0 0.77 0.23 0.57
HSL 317.86º 0.63% 0.26% -
HSV(B) 317.86º 0.77% 0.43% -
XYZ 8.25 4.59 8.84 -
YUV 56.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 109 25 84 0 0.77 0.23 0.57 317.86 0.63 0.26
Hex 6D 19 54 0 4D 17 39 13E 3F 1A
Octal 155 31 124 0 115 27 71 476 77 32
Binary 1101101 11001 1010100 0 1001101 10111 111001 100111110 111111 11010

Color Harmonies of #6D1954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1954

Black with #6D1954

Text Example


Text Example

White with #6D1954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,25,84); }

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

background-color css

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

 a { background-color: rgb(109,25,84); }

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

border-color css

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

 span { border-color: rgb(109,25,84); }

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