Html Css Color HEX #6B3465 Palatinate Purple

📋 copy color: '#6B3465'

red 107 ◦ green 52 ◦ blue 101

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

Shades of Palatinate Purple #6B3465

Tints of Palatinate Purple #6B3465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 41.15%
G = 20%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6B3465 (or 0x6B3465) is known color: Palatinate Purple. HEX triplet: 6B, 34 and 65. RGB value is (107,52,101). Sum of RGB (Red+Green+Blue) = 107+52+101=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3465 is #94CB9A. Grayscale: #494949. Windows color (decimal): -9751451 or 6632555. OLE color: 6632555.

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

Color convert

RGB 107 52 101 -
CMYK 0 0.51 0.06 0.58
HSL 306.55º 0.35% 0.31% -
HSV(B) 306.55º 0.51% 0.42% -
XYZ 9.64 6.52 13.06 -
YUV 74.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 107 52 101 0 0.51 0.06 0.58 306.55 0.35 0.31
Hex 6B 34 65 0 33 6 3A 133 23 1F
Octal 153 64 145 0 63 6 72 463 43 37
Binary 1101011 110100 1100101 0 110011 110 111010 100110011 100011 11111

Color Harmonies of #6B3465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3465

Black with #6B3465

Text Example


Text Example

White with #6B3465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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