Html Css Color HEX #6B4364 Palatinate Purple

📋 copy color: '#6B4364'

red 107 ◦ green 67 ◦ blue 100

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

Shades of Palatinate Purple #6B4364

Tints of Palatinate Purple #6B4364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 39.05%
G = 24.45%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B4364 (or 0x6B4364) is known color: Palatinate Purple. HEX triplet: 6B, 43 and 64. RGB value is (107,67,100). Sum of RGB (Red+Green+Blue) = 107+67+100=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4364 is #94BC9B. Grayscale: #525252. Windows color (decimal): -9747612 or 6570859. OLE color: 6570859.

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

Color convert

RGB 107 67 100 -
CMYK 0 0.37 0.07 0.58
HSL 310.5º 0.23% 0.34% -
HSV(B) 310.5º 0.37% 0.42% -
XYZ 10.37 8.06 13.07 -
YUV 82.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 107 67 100 0 0.37 0.07 0.58 310.5 0.23 0.34
Hex 6B 43 64 0 25 7 3A 136 17 22
Octal 153 103 144 0 45 7 72 466 27 42
Binary 1101011 1000011 1100100 0 100101 111 111010 100110110 10111 100010

Color Harmonies of #6B4364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4364

Black with #6B4364

Text Example


Text Example

White with #6B4364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,67,100); }

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

background-color css

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

 a { background-color: rgb(107,67,100); }

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

border-color css

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

 span { border-color: rgb(107,67,100); }

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