Html Css Color HEX #6B3661 Palatinate Purple

📋 copy color: '#6B3661'

red 107 ◦ green 54 ◦ blue 97

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

Shades of Palatinate Purple #6B3661

Tints of Palatinate Purple #6B3661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

 BLUE value IS 97 (38.28% from 255) = 37.6%

R = 41.47%
G = 20.93%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B3661 (or 0x6B3661) is known color: Palatinate Purple. HEX triplet: 6B, 36 and 61. RGB value is (107,54,97). Sum of RGB (Red+Green+Blue) = 107+54+97=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3661 is #94C99E. Grayscale: #4A4A4A. Windows color (decimal): -9750943 or 6370923. OLE color: 6370923.

HSL color Cylindrical-coordinate representation of color #6B3661: hue angle of 311.32º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3661 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 54 97 -
CMYK 0 0.50 0.09 0.58
HSL 311.32º 0.33% 0.32% -
HSV(B) 311.32º 0.5% 0.42% -
XYZ 9.54 6.63 12.09 -
YUV 74.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 107 54 97 0 0.50 0.09 0.58 311.32 0.33 0.32
Hex 6B 36 61 0 32 9 3A 137 21 20
Octal 153 66 141 0 62 11 72 467 41 40
Binary 1101011 110110 1100001 0 110010 1001 111010 100110111 100001 100000

Color Harmonies of #6B3661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3661

Black with #6B3661

Text Example


Text Example

White with #6B3661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,54,97); }

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

background-color css

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

 a { background-color: rgb(107,54,97); }

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

border-color css

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

 span { border-color: rgb(107,54,97); }

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