Html Css Color HEX #6B4063 Palatinate Purple

📋 copy color: '#6B4063'

red 107 ◦ green 64 ◦ blue 99

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

Shades of Palatinate Purple #6B4063

Tints of Palatinate Purple #6B4063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 99 (39.06% from 255) = 36.67%

R = 39.63%
G = 23.7%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B4063 (or 0x6B4063) is known color: Palatinate Purple. HEX triplet: 6B, 40 and 63. RGB value is (107,64,99). Sum of RGB (Red+Green+Blue) = 107+64+99=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4063 is #94BF9C. Grayscale: #505050. Windows color (decimal): -9748381 or 6504555. OLE color: 6504555.

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

Color convert

RGB 107 64 99 -
CMYK 0 0.40 0.07 0.58
HSL 311.16º 0.25% 0.34% -
HSV(B) 311.16º 0.4% 0.42% -
XYZ 10.15 7.69 12.75 -
YUV 80.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 107 64 99 0 0.40 0.07 0.58 311.16 0.25 0.34
Hex 6B 40 63 0 28 7 3A 137 19 22
Octal 153 100 143 0 50 7 72 467 31 42
Binary 1101011 1000000 1100011 0 101000 111 111010 100110111 11001 100010

Color Harmonies of #6B4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4063

Black with #6B4063

Text Example


Text Example

White with #6B4063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,64,99); }

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

background-color css

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

 a { background-color: rgb(107,64,99); }

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

border-color css

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

 span { border-color: rgb(107,64,99); }

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