Html Css Color HEX #6B3766 Palatinate Purple

📋 copy color: '#6B3766'

red 107 ◦ green 55 ◦ blue 102

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

Shades of Palatinate Purple #6B3766

Tints of Palatinate Purple #6B3766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.64%

R = 40.53%
G = 20.83%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6B3766 (or 0x6B3766) is known color: Palatinate Purple. HEX triplet: 6B, 37 and 66. RGB value is (107,55,102). Sum of RGB (Red+Green+Blue) = 107+55+102=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3766 is #94C899. Grayscale: #4B4B4B. Windows color (decimal): -9750682 or 6698859. OLE color: 6698859.

HSL color Cylindrical-coordinate representation of color #6B3766: hue angle of 305.77º 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 #6B3766 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 55 102 -
CMYK 0 0.49 0.05 0.58
HSL 305.77º 0.32% 0.32% -
HSV(B) 305.77º 0.49% 0.42% -
XYZ 9.83 6.82 13.37 -
YUV 75.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 107 55 102 0 0.49 0.05 0.58 305.77 0.32 0.32
Hex 6B 37 66 0 31 5 3A 132 20 20
Octal 153 67 146 0 61 5 72 462 40 40
Binary 1101011 110111 1100110 0 110001 101 111010 100110010 100000 100000

Color Harmonies of #6B3766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3766

Black with #6B3766

Text Example


Text Example

White with #6B3766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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