Html Css Color HEX #6B4165 Palatinate Purple

📋 copy color: '#6B4165'

red 107 ◦ green 65 ◦ blue 101

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

Shades of Palatinate Purple #6B4165

Tints of Palatinate Purple #6B4165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 101 (39.84% from 255) = 37%

R = 39.19%
G = 23.81%
B = 37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6B4165 (or 0x6B4165) is known color: Palatinate Purple. HEX triplet: 6B, 41 and 65. RGB value is (107,65,101). Sum of RGB (Red+Green+Blue) = 107+65+101=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4165 is #94BE9A. Grayscale: #515151. Windows color (decimal): -9748123 or 6635883. OLE color: 6635883.

HSL color Cylindrical-coordinate representation of color #6B4165: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B4165 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 65 101 -
CMYK 0 0.39 0.06 0.58
HSL 308.57º 0.24% 0.34% -
HSV(B) 308.57º 0.39% 0.42% -
XYZ 10.3 7.85 13.28 -
YUV 81.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 107 65 101 0 0.39 0.06 0.58 308.57 0.24 0.34
Hex 6B 41 65 0 27 6 3A 135 18 22
Octal 153 101 145 0 47 6 72 465 30 42
Binary 1101011 1000001 1100101 0 100111 110 111010 100110101 11000 100010

Color Harmonies of #6B4165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4165

Black with #6B4165

Text Example


Text Example

White with #6B4165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,65,101); }

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

background-color css

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

 a { background-color: rgb(107,65,101); }

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

border-color css

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

 span { border-color: rgb(107,65,101); }

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