Html Css Color HEX #6B1654 Palatinate Purple

📋 copy color: '#6B1654'

red 107 ◦ green 22 ◦ blue 84

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

Shades of Palatinate Purple #6B1654

Tints of Palatinate Purple #6B1654

RGB

 RED value IS 107 (42.19% from 255) = 50.23%

 GREEN value IS 22 (8.98% from 255) = 10.33%

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

R = 50.23%
G = 10.33%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6B1654 (or 0x6B1654) is known color: Palatinate Purple. HEX triplet: 6B, 16 and 54. RGB value is (107,22,84). Sum of RGB (Red+Green+Blue) = 107+22+84=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1654 is #94E9AB. Grayscale: #363636. Windows color (decimal): -9759148 or 5510763. OLE color: 5510763.

HSL color Cylindrical-coordinate representation of color #6B1654: hue angle of 316.24º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1654 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 22 84 -
CMYK 0 0.79 0.21 0.58
HSL 316.24º 0.66% 0.25% -
HSV(B) 316.24º 0.79% 0.42% -
XYZ 7.95 4.34 8.81 -
YUV 54.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 107 22 84 0 0.79 0.21 0.58 316.24 0.66 0.25
Hex 6B 16 54 0 4F 15 3A 13C 42 19
Octal 153 26 124 0 117 25 72 474 102 31
Binary 1101011 10110 1010100 0 1001111 10101 111010 100111100 1000010 11001

Color Harmonies of #6B1654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1654

Black with #6B1654

Text Example


Text Example

White with #6B1654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,22,84); }

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

background-color css

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

 a { background-color: rgb(107,22,84); }

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

border-color css

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

 span { border-color: rgb(107,22,84); }

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