Html Css Color HEX #6B3765 Palatinate Purple

📋 copy color: '#6B3765'

red 107 ◦ green 55 ◦ blue 101

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

Shades of Palatinate Purple #6B3765

Tints of Palatinate Purple #6B3765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.91%

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

R = 40.68%
G = 20.91%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6B3765 (or 0x6B3765) is known color: Palatinate Purple. HEX triplet: 6B, 37 and 65. RGB value is (107,55,101). Sum of RGB (Red+Green+Blue) = 107+55+101=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3765 is #94C89A. Grayscale: #4B4B4B. Windows color (decimal): -9750683 or 6633323. OLE color: 6633323.

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

Color convert

RGB 107 55 101 -
CMYK 0 0.49 0.06 0.58
HSL 306.92º 0.32% 0.32% -
HSV(B) 306.92º 0.49% 0.42% -
XYZ 9.78 6.8 13.11 -
YUV 75.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 107 55 101 0 0.49 0.06 0.58 306.92 0.32 0.32
Hex 6B 37 65 0 31 6 3A 133 20 20
Octal 153 67 145 0 61 6 72 463 40 40
Binary 1101011 110111 1100101 0 110001 110 111010 100110011 100000 100000

Color Harmonies of #6B3765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3765

Black with #6B3765

Text Example


Text Example

White with #6B3765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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