Html Css Color HEX #6B3165 Palatinate Purple

📋 copy color: '#6B3165'

red 107 ◦ green 49 ◦ blue 101

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

Shades of Palatinate Purple #6B3165

Tints of Palatinate Purple #6B3165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.07%

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

R = 41.63%
G = 19.07%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6B3165 (or 0x6B3165) is known color: Palatinate Purple. HEX triplet: 6B, 31 and 65. RGB value is (107,49,101). Sum of RGB (Red+Green+Blue) = 107+49+101=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3165 is #94CE9A. Grayscale: #484848. Windows color (decimal): -9752219 or 6631787. OLE color: 6631787.

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

Color convert

RGB 107 49 101 -
CMYK 0 0.54 0.06 0.58
HSL 306.21º 0.37% 0.31% -
HSV(B) 306.21º 0.54% 0.42% -
XYZ 9.51 6.26 13.02 -
YUV 72.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 107 49 101 0 0.54 0.06 0.58 306.21 0.37 0.31
Hex 6B 31 65 0 36 6 3A 132 25 1F
Octal 153 61 145 0 66 6 72 462 45 37
Binary 1101011 110001 1100101 0 110110 110 111010 100110010 100101 11111

Color Harmonies of #6B3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3165

Black with #6B3165

Text Example


Text Example

White with #6B3165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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